From 302d464fa790d8b0454587739f62dd273baaa813 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 31 Jan 2016 11:36:35 +0100 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c27a8..9e92bbe 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Re-Natal makes almost no changes to the files generated by react-native so the o It would be perfect not to do any changes there, but... * To make source maps available in "Debug in Chrome" mode re-natal patches the react native packager to serve \*.map files from file system and generate only index.\*.map file. -To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L400) +To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L408) of file "node_modules/react-native/packager/react-packager/src/Server/index.js" is modified to match only index.\*.map ## Example Apps