Skip to content

Commit 35da054

Browse files
Add missing closing brackets for code block
1 parent 9d291c8 commit 35da054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ Additional options can be passed to the `install-packages` target:
4545
make install-packages opts="--with dev"
4646

4747
# Install with specific extras
48-
make install-packages opts="--extras 'feature1 feature2'"
48+
make install-packages opts="--extras 'feature1 feature2'"
49+
```

0 commit comments

Comments
 (0)