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 c93d40f commit 22330af
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 CSS

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/zigurous/forge-css/cdn-deploy.yml)
![GitHub package.json version](https://img.shields.io/github/package-json/v/zigurous/forge-css)
![GitHub License](https://img.shields.io/github/license/zigurous/forge-css)

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

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

Add one of the following links to your HTML:

#### Cloudfront
#### CloudFront

```html
<link href="https://cdn.zigurous.com/forge-css@1.0.0/dist/index.min.css" rel="stylesheet">
Expand All @@ -38,7 +42,7 @@ Add one of the following links to your HTML:
<link href="https://cdn.jsdelivr.net/gh/zigurous/forge-css@1.0.0/dist/index.min.css" rel="stylesheet">
```

#### statically
#### Statically

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

0 comments on commit 22330af

Please sign in to comment.