Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner authored Nov 18, 2022
1 parent 93b5ffb commit 9dcde15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const { createNoise2D } = require('simplex-noise');
```javascript
// initialize the noise function
const noise2D = createNoise2D();
// returns a value between -1 and 1
console.log(noise2D(x, y));
```

Expand Down

0 comments on commit 9dcde15

Please sign in to comment.