Skip to content

Commit

Permalink
Merge pull request #8 from lawwrr/lawwrr-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Laura González authored Feb 9, 2017
2 parents 4ae3d78 + eb9b179 commit aec7e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Grab the code from here or npm
git checkout [email protected]:lawwrr/constellation.git
npm install

Then just import it and feed it some parameters. It will create a random svg if it can't find any.
Then just import it and feed it some parameters. There's a full list below.

const Constellation = require('constellation-canvas');
/*↖️ hehe it's a double const*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constelation-canvas",
"version": "1.2.1",
"version": "1.2.2",
"description": "draws cute moving canvas constellations",
"main": "src/app.js",
"scripts": {
Expand Down

0 comments on commit aec7e04

Please sign in to comment.