Skip to content

Commit

Permalink
Merge pull request #12 from lawwrr/Hehehehe
Browse files Browse the repository at this point in the history
Hehehehe
  • Loading branch information
Laura González authored Feb 9, 2017
2 parents 37941ef + 6215199 commit 617da68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Grab the code from here or npm
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*/

let constellation = Constellation({
/* hehehehe */
const ellation = new Constellation({
size:[500,800],
canvas: document.querySelector('canvas'),
starCount: 30,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "constelation-canvas",
"description": "draws cute animated canvas constellations",
"version": "1.3.2",
"version": "1.3.3",
"author": "Laura mayhem",
"bugs": {
"url": "https://github.com/lawwrr/constellation/issues",
Expand Down

0 comments on commit 617da68

Please sign in to comment.