Skip to content

Commit d5f68b3

Browse files
authored
Add edit setup instructions
1 parent 69d9ca5 commit d5f68b3

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
@@ -7,7 +7,7 @@ Use this tool to move your interactive animations from stylesheets to JavaScript
77

88
## Great! So how do I use it?
99

10-
- Install keyframes-tool using `npm install keyframes-tool` or adding it in your `package.json` as: `"devDependencies": { "keyframes-tool": "^1.0.0" }` and run `npm install`.
10+
- Install keyframes-tool using `npm install keyframes-tool` or adding it in your `package.json` as: `"devDependencies": { "keyframes-tool": "^1.0.2" }` and run `npm install`.
1111
- Run command line in your keyframes-tool directory and enter `node keyframes-tool ./input.css ./output.json`,
1212
where as first argument `./input.css` is the CSS source file to process and the second argument `./output.json` is the destination file with the converted result.
1313
Paths should be relative to `keyframes-tool.js` file location.

0 commit comments

Comments
 (0)