Skip to content

Commit 4bcf173

Browse files
committed
README.md: fix syntax highlight 😉
1 parent 4245b26 commit 4bcf173

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
@@ -32,7 +32,7 @@ apm develop prime-generator . # Create a package named 'prime-generator' to dire
3232
apm link .
3333
```
3434
- Step 3: Install package's dependencies
35-
```
35+
```bash
3636
cd path/to/your/directory
3737
mkdir ./node_modules # If 'node_modules' doesn't exist
3838
cd ./node_modules

0 commit comments

Comments
 (0)