Skip to content

Commit 6f22b17

Browse files
author
Robert Ross
committed
Change example to use localhost:9292
1 parent ba2f522 commit 6f22b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ along with any named parameters you specify in your route strings.
146146
Parameters are also populated from the request body on POST and PUT for JSON and XML content-types.
147147

148148
The Request:
149-
```curl -d '{"some_key": "some_value"}' 'http://readercity.com/json_endpoint' -H Content-Type:application/json -v```
149+
```curl -d '{"some_key": "some_value"}' 'http://localhost:9292/json_endpoint' -H Content-Type:application/json -v```
150150

151151

152152
The Grape Endpoint:

0 commit comments

Comments
 (0)