We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d68b859 + a52ddbb commit 4828504Copy full SHA for 4828504
labs/coding-101-rest-basics-ga/2.md
@@ -9,7 +9,7 @@ There are two major types of web services – **REST** and **SOAP**.
9
10
REST is an architecture style for designing networked applications.
11
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.
+RESTful interfaces usually offer the CRUD (Create, Read, Update, Delete) operations.
13
To know more about REST in general, this is a great <a href="http://rest.elkstein.org" target="_blank">REST tutorial</a>.
14
15
0 commit comments