Skip to content

Commit 3414ef0

Browse files
committed
Fixed README namings
1 parent a19eac3 commit 3414ef0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ npm install -g [email protected]
9090
```
9191

9292
**Please check where npm installs your global packages**! It happens very often that the first installed binary
93-
is put into ```/usr/local/bin``` and the updated into ```/usr/bin```. Run ```nelson --version``` after the upgrade
93+
is put into ```/usr/local/bin``` and the updated into ```/usr/bin```. Run ```field --version``` after the upgrade
9494
to make sure you are using the most recent one. Update your scripts and/or services to point to the right binary!
9595

9696
### Running as a service
@@ -104,11 +104,11 @@ npm install pm2 -g
104104
# Make pm2 start at startup:
105105
pm2 startup
106106
107-
# Start the Nelson as service
108-
# If you created a nelson config somewhere on your system, provide the path to the config:
107+
# Start the Field as service
108+
# If you created a field config somewhere on your system, provide the path to the config:
109109
pm2 start field -- --config /path/to/field-config.ini
110110
111-
# Otherwise you can just do: pm2 start nelson
111+
# Otherwise you can just do: pm2 start field
112112
113113
# Save current processes runing with pm2 to startup on boot:
114114
pm2 save
@@ -152,7 +152,7 @@ Run tests and make binaries:
152152
yarn make
153153
```
154154

155-
Try to run Nelson:
155+
Try to run Field:
156156

157157
```
158158
node ./dist/field.js --pow
@@ -171,7 +171,7 @@ To use a configuration file, run Field with ```--config``` option:
171171
field --config ./config.ini
172172
173173
# Alternatively, set an environment variable:
174-
FIELD_CONFIG= ./config.ini nelson
174+
FIELD_CONFIG= ./config.ini field
175175
```
176176

177177
You can provide one or more of the following options in your ini file. Example:

0 commit comments

Comments
 (0)