diff --git a/README.md b/README.md index c55d9d2..bb9f219 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ For the most up to date information on UI development [browser support](https:// ## Install [![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/auro-header/testPublish.yml?style=for-the-badge)](https://github.com/AlaskaAirlines/auro-header/actions/workflows/testPublish.yml) -[![See it on NPM!](https://img.shields.io/npm/v/@alaskaairux/auro-header?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@ aurodesignsystem/auro-header) -[![License](https://img.shields.io/npm/l/@alaskaairux/auro-header?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0) +[![See it on NPM!](https://img.shields.io/npm/v/@aurodesignsystem/auro-header?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@ aurodesignsystem/auro-header) +[![License](https://img.shields.io/npm/l/@aurodesignsystem/auro-header?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0) ```shell -$ npm i @alaskaairux/auro-header +$ npm i @aurodesignsystem/auro-header ``` Installing as a direct, dev or peer dependency is up to the user installing the package. If you are unsure as to what type of dependency you should use, consider reading this [stack overflow](https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies) answer. @@ -34,7 +34,7 @@ All Auro heading styles are packaged with this component. There is no need to re Defining the component dependency within each component that is using the `` component. ```javascript -import "@alaskaairux/auro-header"; +import "@aurodesignsystem/auro-header"; ``` **Reference component in HTML** @@ -56,10 +56,10 @@ In cases where the project is not able to process JS assets, there are pre-proce Include the following example HTML code in the `` element of your page. ```html - - + + - + ``` **NOTE:** Be sure to replace `@latest` in the URL with the version of the asset you want. @latest is NOT aware of any MAJOR releases, use at your own risk. diff --git a/package.json b/package.json index 33190b3..b0acf76 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ " 3. Go to http://localhost:3001", "================================================================================" ], - "name": "@alaskaairux/auro-header", + "name": "@aurodesignsystem/auro-header", "version": "1.5.4", "description": "Auro custom auro-header element", "author": "Product design and research",