Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
contactsamie committed Nov 7, 2018
1 parent 9ec90a0 commit 77494b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Another example, to return a 404 when only GET /AllData , then server.csv will

Another example, to return {'orderId':'1001'} when only POST /UpdateOrder, matching the path and query exactly , then server.csv will contain

`exactly UpdateOrder , {'orderId':'1001'} , POST`
`exactly /UpdateOrder , {'orderId':'1001'} , POST`

Another example, to return http:https://www.google.com content when only GET /google, matching the path and query exactly , then server.csv will contain

Expand Down

0 comments on commit 77494b7

Please sign in to comment.