diff --git a/README.md b/README.md
index f2db6cd23c212de68c18ef30e5bce8eedc4bb280..602fe095074674c6e3e094fa96f952eeb5fe822b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # gomazon
 
 ADD Product
-curl -H "Content-Type: application/json" -d '{"description":"test","totalrating":4.0,"price":2.38}' localhost:8080/product/new
+    # curl -H "Content-Type: application/json" -d '{"description":"test","totalrating":4.0,"price":2.38}' localhost:8080/product/new
 
 Read Product
 curl localhost:8080/products
\ No newline at end of file