From 79799af418faf7b4a1084ba5e2139eb9ccf3894c Mon Sep 17 00:00:00 2001 From: Kureev Alexey Date: Tue, 15 Dec 2015 18:45:08 +0100 Subject: [PATCH] Reword section description --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index 3ffe7b4b8..eda6363bb 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -26,7 +26,7 @@ error as soon as you try to use the library._ ### Automatic linking -There is a way to link your native dependencies automatically by using [rnpm](http://github.com/rnpm/rnpm): +"[rnpm](http://github.com/rnpm/rnpm)" is a community project that allows linking of native dependencies automatically: #### Step 1