From 65c8616584401c77f725c04bb5a2ad53af3a8386 Mon Sep 17 00:00:00 2001 From: Hongchan Choi Date: Tue, 28 Jun 2016 10:32:52 -0700 Subject: [PATCH] readme fixed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f52c568..ac66064 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ Omnitone is a robust implementation of [FOA (first-order-ambisonic)](https://en. ## Installation -Omnitone is designed to be used for the web-facing project, so the installation via [Bower](https://bower.io/) is recommended. Alternatively, you clone or download this repository and use the library file as usual. +Omnitone is designed to be used for the web-facing project, so the installation via [Bower](https://bower.io/) or [NPM](https://www.npmjs.com/) is recommended. Alternatively, you clone or download this repository and use the library file as usual. ```bash bower install omnitone +// Or +npm install omnitone ```