diff --git a/README.md b/README.md index 09ec351..ae0b844 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Getting Started --------------- First you want to get a fresh copy of the plugin. You can get it from this repo or from npm, ain't that handy. ``` -npm install phaser-ads --save-dev +npm install @orange-games/phaser-ads --save-dev ``` Next up you'd want to add it to your list of js sources you load into your game: diff --git a/package.json b/package.json index dd0cb62..a2b0cfb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "phaser-ads", + "name": "@orange-games/phaser-ads", "author": "OrangeGames", "version": "1.0.2", "description": "A Phaser plugin for providing nice ads integration in your phaser.io game",