From 74e03e0f414951ff13bfa35fc1cba1ee14cfe21a Mon Sep 17 00:00:00 2001
From: Cristo <cristo.rabani@gmail.com>
Date: Sun, 25 Oct 2015 16:50:37 +0100
Subject: [PATCH] fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce69f01..03d1a29 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ If you wish you can also import modules from other packages (but you need to hav
 In your package.js:
 
 ```
-api.addFiles('externals.npm.json', ['server', 'client'], {babelWhitelist: ['es7.functionBind']})
+api.addFiles('file.import.js', ['server', 'client'], {babelWhitelist: ['es7.functionBind']})
 ```
 
 ### Loading some package exports