Skip to content

Commit db259c7

Browse files
authored
Correct sentence ordering
1 parent 2224d61 commit db259c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Require Node.js `>23.5` or as latest as you possibly can.
145145
146146
See the [Development](#development) section.
147147
148-
1. Bump the `version` field. e.g. from `1.2.0` to `1.3.0`.
148+
1. Edit `package.json`, and bump the `version` field. e.g. from `1.2.0` to `1.3.0`.
149149
150150
1. Build the CSS.
151151
```
@@ -154,7 +154,7 @@ Require Node.js `>23.5` or as latest as you possibly can.
154154
155155
1. Test the CSS and the HTML, by copy-pasting the content of `dist/test.css` and `dist/content.html` to your itch.io profile page.
156156
157-
1. If everything's fine and ready, edit `package.json`, and publish your updates.
157+
1. If everything's fine and ready, and publish your updates.
158158
```
159159
npm run publish
160160
```

0 commit comments

Comments
 (0)