diff --git a/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md b/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md index 61f570e61..14c9fc632 100644 --- a/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md +++ b/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md @@ -1,4 +1,4 @@ -# Rest +# REST REST (Representational State Transfer) is an architectural style for building web services. It is based on the principles of the HTTP protocol, and it uses the conventions of HTTP to create a standard interface for interacting with web services.