Skip to content

Commit 59c9709

Browse files
j-j-gajjarremonh87
andauthored
Update README.md (#472)
Co-authored-by: Rémon <[email protected]>
1 parent d2f08cd commit 59c9709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Demonstrates how to use the stripe plugin.
1010
- [Get your test Stripe API keys](https://stripe.com/docs/keys)
1111
- `cp lib/.env.example.dart lib/.env.dart` and set your Stripe publishable key.
1212
- `cp server/.env.example server/.env` and set the variable values in your newly created `.env` file.
13-
- Install the server dependencies: `yarn --cwd "server"`
13+
- Install the server dependencies: `npm install` or `yarn --cwd "server"`
1414
- Start the example
15-
- Terminal 1: `yarn --cwd "server" start`
15+
- Terminal 1: `npm start` or `yarn --cwd "server" start`
1616
- Terminal 2: `flutter run`
1717

1818
##### Additional steps when using a real device

0 commit comments

Comments
 (0)