Skip to content

Commit d1f9d56

Browse files
committed
Clarifying documentation
1 parent 7f5a112 commit d1f9d56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Miscellaneous notes:
7979

8080
1. ensure your local `staging` branch of `ohm-website` is current using `git pull`
8181
1. create a release branch from `staging`, e.g., `git checkout -b map-styles-0.9.7`
82-
1. log in to the Docker container and start a bash shell
83-
1. run `yarn upgrade` and verify, using the output, that the correct version has been installed. Note that the `map-styles` version is specified with the `^` operator so that our `package.json` will need to be updated for a **major version release**, e.g., to `1.x` from `0.9.x`
82+
1. log in to the `ohm-website-web-1` Docker container and start a bash shell
83+
1. run `yarn upgrade @openhistoricalmap/map-styles` and verify, using the output, that the correct version has been installed. Note that the `map-styles` version is specified with the `^` operator so that our `package.json` will need to be updated for a **major version release**, e.g., to `1.x` from `0.9.x`
8484
```
8585
Rebuilding all packages...
8686
success Saved lockfile.

0 commit comments

Comments
 (0)