Skip to content

Commit

Permalink
Merge pull request #45 from bmf-san/fix/cdn-link-in-readme
Browse files Browse the repository at this point in the history
Fix cdn link in readme
  • Loading branch information
bmf-san authored Aug 28, 2022
2 parents 08368fc + 866291f commit f939e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can install sea.css from npm or yarn

## CDN
```html
<link rel="stylesheet" href="../dist/sea.min.css">
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
```

# Customizing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sea.css",
"version": "2.4.6",
"version": "2.4.7",
"description": "sea.css is a simple and easy to use css framework.",
"main": "dist/sea.min.css",
"directories": {
Expand Down

0 comments on commit f939e5f

Please sign in to comment.