Skip to content

Commit 22330af

Browse files
committed
Add shield badges to README
1 parent c93d40f commit 22330af

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 CSS
22

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

59
## Installation
@@ -26,7 +30,7 @@ import '@zigurous/forge-css/dist/index.min.css'
2630

2731
Add one of the following links to your HTML:
2832

29-
#### Cloudfront
33+
#### CloudFront
3034

3135
```html
3236
<link href="https://cdn.zigurous.com/[email protected]/dist/index.min.css" rel="stylesheet">
@@ -38,7 +42,7 @@ Add one of the following links to your HTML:
3842
<link href="https://cdn.jsdelivr.net/gh/zigurous/[email protected]/dist/index.min.css" rel="stylesheet">
3943
```
4044

41-
#### statically
45+
#### Statically
4246

4347
```html
4448
<link href="https://cdn.statically.io/gh/zigurous/forge-css/1.0.0/dist/index.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)