Skip to content

Commit 267760c

Browse files
Tweaked readme
1 parent a1960ff commit 267760c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Built with [Electron](http://electron.atom.io).
4141

4242
- Init: `$ npm install`
4343
- Run: `$ npm start`
44-
- Build OS X: `$ npm run build-osx`
45-
- Build Linux: `$ npm run build-linux`
46-
- Build Windows: `$ npm run build-windows`
44+
- Build OS X: `$ npm run build:macos`
45+
- Build Linux: `$ npm run build:linux`
46+
- Build Windows: `$ npm run build:windows`
4747
- Build all: `$ brew install wine` and `$ npm run build` *(OS X only)*
4848

4949
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "trello-desktop",
33
"productName": "Trello",
44
"desktopName": "Trello",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"description": "Unofficial Trello desktop app",
77
"license": "MIT",
88
"repository": "danielchatfield/trello-desktop",

0 commit comments

Comments
 (0)