Skip to content

Commit

Permalink
fix: address issue with incorrect badge urls
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jun 1, 2020
1 parent d8a1996 commit 5ea3082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For the most up to date information on UI development browser support, see [docs

[![Build Status](https://img.shields.io/travis/AlaskaAirlines/[namespace]-[name].svg?branch=master&style=for-the-badge)](https://travis-ci.org/github/AlaskaAirlines/[namespace]-[name])
[![See it on NPM!](https://img.shields.io/npm/v/[npm]/[namespace]-[name].svg?style=for-the-badge&color=orange)](https://www.npmjs.com/package/[npm]/[namespace]-[name])
[![License](https://img.shields.io/npm/l/@alaskaairux/orion-design-tokens.svg?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
[![License](https://img.shields.io/npm/l/[npm]/[namespace]-[name].svg?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)

```shell
$ npm i [npm][namespace]-[name]
Expand Down

0 comments on commit 5ea3082

Please sign in to comment.