Skip to content

Commit 4828504

Browse files
authored
Merge pull request #4 from lmalhoit/patch-2
Add "Read" to CRUD Definition
2 parents d68b859 + a52ddbb commit 4828504

File tree

1 file changed

+1
-1
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+1
-1
lines changed

labs/coding-101-rest-basics-ga/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are two major types of web services – **REST** and **SOAP**.
99

1010
REST is an architecture style for designing networked applications.
1111
A REST web service is as easy to call as making an HTTP request.
12-
RESTful interfaces usually offer the CRUD (Create, Update, Delete) operations.
12+
RESTful interfaces usually offer the CRUD (Create, Read, Update, Delete) operations.
1313
To know more about REST in general, this is a great <a href="http://rest.elkstein.org" target="_blank">REST tutorial</a>.
1414

1515

0 commit comments

Comments
 (0)