servers readme tweak

This commit is contained in:
David Sehnal
2020-03-17 15:50:05 +01:00
parent ba1dfb2851
commit 8f211a0785
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ node lib/servers/model/server/server
## From NPM
```
npm install molstar
npm install --production molstar
./model-server
```

View File

@@ -34,7 +34,7 @@ node lib/servers/volume/server
## From NPM
```
npm install molstar
npm install --production molstar
./volume-server
```