Skip to content

Commit

Permalink
(docs) Update readme testing section (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Oct 7, 2024
1 parent f55f55d commit f8599f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ If you notice that your local version of the application is not working or that
yarn up openmrs@next @openmrs/esm-framework@next
```

# Reset version specifiers to `next`. Don't commit actual version numbers.
### Reset version specifiers to `next`. Don't commit actual version numbers.
```bash
git checkout package.json
```

# Run `yarn` to recreate the lockfile
### Run `yarn` to recreate the lockfile
```bash
yarn
```
Expand Down

0 comments on commit f8599f0

Please sign in to comment.