Skip to content

Commit ab5cda9

Browse files
committed
[README.md] Add npm show cubing version example command.
1 parent 9a42c7e commit ab5cda9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ See <https://github.com/cubing/cubing.js/releases> for information on the latest
3636
```shell
3737
# Check what version of `cubing.js` you have
3838
npm list cubing
39+
# Check for the latest version
40+
npm show cubing version
3941

4042
# Update to the latest
4143
npm install --save cubing@latest

0 commit comments

Comments
 (0)