Commit 010fa9bb by jpalanca

Update README.md

parent 9aca9687
...@@ -19,7 +19,7 @@ Examples ...@@ -19,7 +19,7 @@ Examples
Create product Create product
-------------- --------------
curl -X POST \ `curl -X POST \
http://localhost:1026/v2/entities \ http://localhost:1026/v2/entities \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-H 'fiware-service: sensores' \ -H 'fiware-service: sensores' \
...@@ -39,7 +39,7 @@ curl -X POST \ ...@@ -39,7 +39,7 @@ curl -X POST \
"type": "Integer", "type": "Integer",
"value": 1 "value": 1
} }
}' }'`
Verify product Verify product
-------------- --------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment