Skip to content

Commit

Permalink
Fix syntax highlighting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglu committed Oct 9, 2014
1 parent 5b964e2 commit d03a062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ That's all!

You can simulate this POST request and test your server with a simple cURL command:

```shell
```sh
curl -X POST --data "from=492111234567&to=4915791234567" http://localhost:3000
```

Expand Down Expand Up @@ -67,7 +67,7 @@ How do I inspect network traffic?
---------------------------------

You can use ```ngrep``` to inspect the incoming requests on your side:
```shell
```sh
sudo ngrep -dany -Wbyline port 3000
```

Expand Down

0 comments on commit d03a062

Please sign in to comment.