Skip to content

Commit

Permalink
Remove port from README
Browse files Browse the repository at this point in the history
The idea here is to just try to standardize on 12111 as much as
possible.
  • Loading branch information
brandur committed Jul 26, 2017
1 parent 40f5327 commit 1addfcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go get -u github.com/brandur/stripelocal
Run it:

``` sh
stripelocal -port 12111
stripelocal
```

Then from another terminal:
Expand All @@ -33,6 +33,9 @@ Then from another terminal:
curl -i http://localhost:12111/v1/charges
```

By default, stripelocal runs on port 12111, but is configurable with the
`-port` option.

## Development

### Testing
Expand Down

0 comments on commit 1addfcc

Please sign in to comment.