Skip to content

Commit db65cae

Browse files
committed
Nits
1 parent f780d1f commit db65cae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,17 @@ ignite create --interactive=false --name=my_flame_game --org=org.flame-engine.ex
3535

3636
## Instructions for contributors
3737

38-
Run
38+
Run:
3939

4040
```bash
41-
cd test
42-
./run.sh
41+
./scripts/test.sh
4342
```
4443

4544
To run all tests. Always make sure the build is green.
4645

4746
You will need to install the bash testing framework [bats](https://bats-core.readthedocs.io/en/stable/installation.html).
4847

49-
In order to run the application locally, run
48+
In order to run the application locally, use:
5049

5150
```bash
5251
dart bin/ignite_cli.dart

0 commit comments

Comments
 (0)