Skip to content

Commit 4e9945a

Browse files
Merge pull request #27 from azu/patch-1
Format README
2 parents eac3ac0 + 17f49f6 commit 4e9945a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ If you encounter any issues with `npm install`, then run `ulimit -n 512`.
2121
npm install
2222

2323

24-
### Development
25-
To watch for changes in the `src` directory:
24+
### Development
25+
To watch for changes in the `src` directory:
2626

27-
npm run watch
27+
npm run watch
2828

29-
To run the actual **electron app**:
29+
To run the actual **electron app**:
3030

31-
npm start
31+
npm start
3232

3333

3434
### Distribution
3535
To prepare the app for distribution run:
3636

37-
npm run dist
37+
npm run dist
3838

3939
Currently supports only OS X.
4040

0 commit comments

Comments
 (0)