Skip to content

Commit ad62972

Browse files
committed
Small changes to readme
1 parent 8072726 commit ad62972

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ webpack.config.js
66
.eslintrc
77
.gitignore
88
.vscode
9+
/build/index.js
10+
/build/index.js.gz
11+
/build/index.js.map

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ helium(
9191
Have your server file automatically generated by answering questions using our cli.
9292

9393
To start up the cli, do one of the following:
94-
###### 1. Type this command directly into your terminal
94+
###### * Type this command directly into your terminal
9595
```sh
9696
$ ./node_modules/.bin/he
9797
```
98-
###### 2. Add a script to your package.json and run the script
98+
###### * Add a script to your package.json and run the script
9999
```json
100100
"scripts": {
101101
"start-helium-server": "./node_modules/.bin/he",
@@ -104,13 +104,12 @@ $ ./node_modules/.bin/he
104104
```sh
105105
$ npm run he
106106
```
107-
###### 3. Install globally
107+
###### * Install globally
108108
```sh
109109
$ npm i -g helium.js
110110
$ he
111111
```
112112

113-
114113
![Image of CLI](https://preview.ibb.co/etMcub/Screen_Shot_2017_12_04_at_12_52_59_AM.png)
115114
---
116115
#### <b>Option 2:</b> Do it Yourself

README.pdf

142 KB
Binary file not shown.

build/bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/bundle.js.gz

23.9 KB
Binary file not shown.

build/bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)