From 4c16f6b5adb1dcedf1712aaba871bdb9fd661060 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Thu, 20 Dec 2018 10:31:10 +0100 Subject: [PATCH] bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f29016..9b296f7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you're using Webpack to bundle your app you'll need to add 1 line of configur - Open `webpack.config.js` (it's in the root of your project). - Look for an Array named `appComponents`, which likely contains stuff like `"tns-core-modules/ui/frame"`. -- Add `resolve(__dirname, "node_modules/nativescript-nfc/nfc-activity.android.ts")` [as shown here](https://github.com/EddyVerbruggen/nativescript-nfc/blob/9aef4d6d1a19c79e41714a1a195e9362a0e73498/demo/webpack.config.js#L16). +- Add `resolve(__dirname, "node_modules/nativescript-nfc/nfc-activity.android.js")` [as shown here](https://github.com/EddyVerbruggen/nativescript-nfc/blob/6dfa0ff4f77cab5ab7f494ac3055f728ce51d131/demo/webpack.config.js#L17). ## API