From d5a192b782fcf0f76997ff1a6df57139dc6eb9fa Mon Sep 17 00:00:00 2001 From: Matt Kingshott <51963402+mattkingshott@users.noreply.github.com> Date: Wed, 1 Apr 2020 13:07:44 +0100 Subject: [PATCH] update readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ccbdea0..cbc4c13 100755 --- a/README.md +++ b/README.md @@ -24,14 +24,6 @@ The easiest way to pull Iodine into your project is via a CDN: ``` -Alternatively, you can use NPM: - -```js -npm i iodine - -import 'iodine' -``` - ## Usage Iodine is automatically added to the `window` namespace, making it available anywhere on the page / within your application.