diff --git a/README.md b/README.md index f6aab4327..3374a10a1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# Cordova Wrap +# Ionic Native + Native plugins to replace ngCordova diff --git a/package.json b/package.json index 5f2bae7ac..587e0939a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cordova-wrap", + "name": "ionic-native", "version": "1.0.7", "description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support", "main": "dist/index.js", @@ -12,12 +12,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/driftyco/cordova-wrap.git" + "url": "https://github.com/driftyco/ionic-native.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/driftyco/cordova-wrap/issues" + "url": "https://github.com/driftyco/ionic-native/issues" }, "homepage": "https://github.com/driftyco/ionic-native", "typings": "./dist/index.d.ts"