Skip to content

Commit 41f8526

Browse files
committedDec 3, 2017
Small changes
1 parent 8ab3a4b commit 41f8526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Make sure that:
2929
* you run `npm run lint` at the root of repository (you'll also need to have installed dependencies beforehand with `npm install`) and get rid of any lint before commiting.
3030
* the system can still boot up normally.
3131
* the new/fixed/changed feature/bug works.
32-
* the code is written in as much ES6 as possible and it conforms to the style guide found [here](https://github.com/airbnb/javascript) (with a [few exceptions](docs/code-style-exceptions.md)).
32+
* the code written in as much ES6 as possible and it conforms to the style guide found [here](https://github.com/airbnb/javascript) (with a [few exceptions](docs/code-style-exceptions.md)).

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ First thing is the command line tool `runtime-cli`, it will add `runtime` comman
2525
npm install runtime-cli -g
2626
```
2727

28-
Make sure QEMU is installed, it enables running applications locally.
28+
Make sure QEMU installed, it enables running applications locally.
2929

3030
```
3131
brew install qemu # OSX

0 commit comments

Comments
 (0)
Please sign in to comment.