Skip to content

Commit

Permalink
Add shield badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Nov 19, 2024
1 parent d3e15f2 commit f85440b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Forge React

<a href="https://github.com/zigurous/forge-react/actions"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/zigurous/forge-react/cdn-deploy.yml" /></a>
<a href="https://github.com/zigurous/forge-react/pkgs/npm/forge-react"><img alt="GitHub package.json version" src="https://img.shields.io/github/package-json/v/zigurous/forge-react" /></a>
<a href="https://github.com/zigurous/forge-react/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/zigurous/forge-react" /></a>

The official React implementation of the Forge design system created by [@zigurous](https://github.com/zigurous).

## Installation
Expand All @@ -21,7 +25,7 @@ Run one of the following commands in a terminal:

Add one of the following links to your HTML:

#### Cloudfront
#### CloudFront

```html
<script src="https://cdn.zigurous.com/[email protected]/dist/index.min.js">
Expand All @@ -33,7 +37,7 @@ Add one of the following links to your HTML:
<script src="https://cdn.jsdelivr.net/gh/zigurous/[email protected]/dist/index.min.js">
```
#### statically
#### Statically
```html
<script src="https://cdn.statically.io/gh/zigurous/forge-react/1.0.0/dist/index.min.js">
Expand Down

0 comments on commit f85440b

Please sign in to comment.