Skip to content

Commit 7d625c4

Browse files
committed
Fix installation instructions containing backticks when they shouldn't.
1 parent 70e0b70 commit 7d625c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ First install the `g2core-api` npm globally, so the `g2` command will be in your
2828

2929
```bash
3030
# NOTE: You may need to use sudo or log in as root
31-
npm install -g `g2core-api`
31+
npm install -g g2core-api
3232
```
3333

3434
Now you can just execute the `g2` command to get a full "terminal" experience to g2core device.

0 commit comments

Comments
 (0)