Skip to content

Commit ae7a05f

Browse files
committed
docs(README): fix wrong path ref for init command
1 parent e6cb7bc commit ae7a05f

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
@@ -58,7 +58,7 @@ You need to configure `bulma-css-vars` to tell it about your sass setup, especia
5858
| `globalWebVar` | if you import js files directly in the browser, you need `true`, see [Direct Web Setup](#direct-web-setup), defaults to `false` |
5959
| `transition` | will create the [CSS transition](https://developer.mozilla.org/en-US/docs/Web/CSS/transition) shorthand for all colored CSS variables, should consist of `[ <duration> [ <timing-function> [ <time-delay> ] ] ]` |
6060

61-
Some more files have to be setup, which can be achieved using `node ./node_modules/bulma-css-vars --init`.
61+
Some more files have to be setup, which can be achieved using `node ./node_modules/.bin/bulma-css-vars --init`.
6262

6363
```scss
6464
// main.scss

0 commit comments

Comments
 (0)