Skip to content

Commit 5620b6b

Browse files
committed
Add shield badges to README
1 parent d3e15f2 commit 5620b6b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Forge React
22

3+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/zigurous/forge-react/cdn-deploy.yml)
4+
![GitHub package.json version](https://img.shields.io/github/package-json/v/zigurous/forge-react)
5+
![GitHub License](https://img.shields.io/github/license/zigurous/forge-react)
6+
37
The official React implementation of the Forge design system created by [@zigurous](https://github.com/zigurous).
48

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

2226
Add one of the following links to your HTML:
2327

24-
#### Cloudfront
28+
#### CloudFront
2529

2630
```html
2731
<script src="https://cdn.zigurous.com/[email protected]/dist/index.min.js">
@@ -33,7 +37,7 @@ Add one of the following links to your HTML:
3337
<script src="https://cdn.jsdelivr.net/gh/zigurous/[email protected]/dist/index.min.js">
3438
```
3539
36-
#### statically
40+
#### Statically
3741
3842
```html
3943
<script src="https://cdn.statically.io/gh/zigurous/forge-react/1.0.0/dist/index.min.js">

0 commit comments

Comments
 (0)