diff --git a/README.md b/README.md index f2ba8f7..d4a750e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @umb/ng-standards [![Actions Status](https://github.com/umb/ng-standards/workflows/Build/badge.svg)](https://github.com/umb/ng-standards/actions) [![npm version](https://badge.fury.io/js/%40umb%2Fng-standards.svg)](https://badge.fury.io/js/%40umb%2Fng-standards) +# @umb-ag/ng-standards [![Actions Status](https://github.com/umb/ng-standards/workflows/Build/badge.svg)](https://github.com/umb/ng-standards/actions) [![npm version](https://badge.fury.io/js/%40umb-ag%2Fng-standards.svg)](https://badge.fury.io/js/%40umb-ag%2Fng-standards) Simple schematic to provide a quick and easy angular project setup. @@ -7,7 +7,7 @@ This schematic will add configurations for prettier and stylelint. # Getting Started ``` -ng add @umb/ng-standards +ng add @umb-ag/ng-standards ``` That's it! diff --git a/package-lock.json b/package-lock.json index 3c6aad7..78efbd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@umb/ng-standards", + "name": "@umb-ag/ng-standards", "version": "0.0.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index f327dc4..d9a4b51 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@umb/ng-standards", + "name": "@umb-ag/ng-standards", "version": "0.0.1", "description": "A blank schematics", "scripts": {