From e46771335b76af0dadd1c08de098590f4c852571 Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Mon, 11 May 2015 13:51:52 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aab6598..814b531 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This module is used by [Tradle](https://github.com/tradle) * Create a new react-native project. [Check react-native getting started](http://facebook.github.io/react-native/docs/getting-started.html#content) -* in PROJECT_DIR/node_modules/react-native, execute: +* In your project dir: ``` npm install --save react-native-udp ``` @@ -73,4 +73,4 @@ add select tests from node's tests for dgram [Ellen Katsnelson](https://github.com/pgmemk) [Tradle, Inc.](https://github.com/tradle/about/wiki) -PR's welcome! \ No newline at end of file +PR's welcome!