Navigation Menu

Skip to content

Commit

Permalink
Fixing readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Oehlman committed Aug 13, 2012
1 parent 676af42 commit a009211
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -23,18 +23,14 @@ nginx.add(['localhost:8000', 'localhost:8001'], 'test'), function(err) {
});
```
----------------------------------------

This will remove localhost:8000 from the /test endpoint
```
nginx.del(['localhost:8000'], 'test'), function(err) {
console.log(err);
});
```

----------------------------------------

After using nginx.add() or nginx.del() changes will be written to disk via rules.json

----------------------------------------
Generates the nginx config from the rules
```
Expand Down

0 comments on commit a009211

Please sign in to comment.