Skip to content

Commit

Permalink
fix: use v2 in readme tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 10, 2024
1 parent 5cafc83 commit cab6ae4
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 @@ -13,7 +13,7 @@ It has a light and dark theme, and the header turns into a sidebar on wider disp
In your HTML's `<head>` all you have to write is this, and you're done! (`.min` means to minify the file)

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2">
```

I also recommend adding a font through [intergrav/fonts](https://github.com/intergrav/fonts). Geist or Inter work with dev.css out of the box. It will use the default system/browser san-serif fonts otherwise.
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": "@intergrav/dev.css",
"version": "2.0.0",
"version": "2.0.1",
"description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
"main": "dev.css",
"repository": {
Expand Down

0 comments on commit cab6ae4

Please sign in to comment.