Skip to content

Commit

Permalink
Updated README instructions for starting stripe mock (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkezhaya committed Feb 17, 2023
1 parent 525e96a commit 9845464
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 @@ -213,7 +213,7 @@ have more details, but if you have docker installed already you can quickly
and easily start an instance to test against:

```sh
docker run --rm -it -p 12111-12112:12111-12112 stripemock/stripe-mock:latest
docker run --rm -it -p 12111-12112:12111-12112 stripe/stripe-mock:latest
```

## Running the tests
Expand Down

0 comments on commit 9845464

Please sign in to comment.