From 574a5851e692690f64b37920a04fc6d0709799f6 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 19 Dec 2015 23:40:09 -0800 Subject: [PATCH] adds sample library distinction --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index eda6363bb..8fc6fe6e5 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -41,7 +41,7 @@ $ npm install rnpm -g Install a library with native dependencies: ```bash -$ npm install library-with-native-dependencies --save +$ npm install --save ``` **Note:** _`--save` or `--save-dev` flag is very important for this step. `rnpm` will link