Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 20, 2023
1 parent 19e35b4 commit 9993aea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@charset "utf-8";
@charset 'utf-8';

html,
body {
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"files": [
"index.css"
Expand Down
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
![](screenshot.png)


## Install


```
$ npm install todomvc-app-css
```sh
npm install todomvc-app-css
```


## Getting started

```html
Expand All @@ -21,7 +18,6 @@ $ npm install todomvc-app-css

See the [TodoMVC app template](https://github.com/tastejs/todomvc-app-template).


## License

CC-BY-4.0 © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit 9993aea

Please sign in to comment.