diff --git a/lessons/httpmethods.html b/lessons/httpmethods.html
index dae78d4..d77f4ee 100644
--- a/lessons/httpmethods.html
+++ b/lessons/httpmethods.html
@@ -85,7 +85,7 @@
| GET |
- Read |
+ Read/Retrieve |
200 (OK), list of customers. Use pagination, sorting and filtering to navigate big lists. |
200 (OK), single customer. 404 (Not Found), if ID not found or invalid. |