From 7ec0556cc96cbc4db3f29ba0602ef0b4b9242009 Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Mon, 12 Aug 2019 20:04:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 565b00a..04d20ae 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ simplex-noise.js is a fast simplex noise implementation in Javascript. It works - [3D voxel world generation](http://29a.ch/sandbox/2012/voxelworld/) example. - Film grain in [analog film emulator](http://29a.ch/film-emulator/). +## Installation + +```npm i -S simplex-noise``` + ## Usage By default simplex-noise.js will use Math.random() to seed the noise.