Skip to content

Commit

Permalink
Small changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shachyjr committed Dec 7, 2017
1 parent 8072726 commit ad62972
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ webpack.config.js
.eslintrc
.gitignore
.vscode
/build/index.js
/build/index.js.gz
/build/index.js.map
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ helium(
Have your server file automatically generated by answering questions using our cli.

To start up the cli, do one of the following:
###### 1. Type this command directly into your terminal
###### * Type this command directly into your terminal
```sh
$ ./node_modules/.bin/he
```
###### 2. Add a script to your package.json and run the script
###### * Add a script to your package.json and run the script
```json
"scripts": {
"start-helium-server": "./node_modules/.bin/he",
Expand All @@ -104,13 +104,12 @@ $ ./node_modules/.bin/he
```sh
$ npm run he
```
###### 3. Install globally
###### * Install globally
```sh
$ npm i -g helium.js
$ he
```


![Image of CLI](https://preview.ibb.co/etMcub/Screen_Shot_2017_12_04_at_12_52_59_AM.png)
---
#### <b>Option 2:</b> Do it Yourself
Expand Down
Binary file added README.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions build/bundle.js

Large diffs are not rendered by default.

Binary file added build/bundle.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad62972

Please sign in to comment.