Skip to content

Commit 94c8ec0

Browse files
authored
Fix punctuation and formatting in README.md
Corrected punctuation and formatting in README.
1 parent 86ded94 commit 94c8ec0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

container/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A docker container for the [Wolfram JS Frontend](https://github.com/JerryI/wolfr
1010

1111
2. Register at the [Wolfram Engine download page](https://www.wolfram.com/engine/). Click to download (only needed to be redirected to the right place) and then follow the `Get your license` instructions. Register on the next page and acquire the license (it is free). A confirmation message will be sent to your email address. Please follow the link received by email.
1212

13-
3. Start the container (*not by a superuser*):
13+
3. Start the container (*not by a superuser!*):
1414
For example
1515

1616
```bash
@@ -40,7 +40,7 @@ A docker container for the [Wolfram JS Frontend](https://github.com/JerryI/wolfr
4040

4141
You may change port mapping in the starting sequence.
4242

43-
## How to update an image
43+
## How to update
4444
To feath a new version, you need to purge the old one including a named volume
4545

4646
```bash
@@ -95,6 +95,7 @@ docker run -it \
9595
To update WLJS Notebook image, please, remove named volume `wljs_data` as well. Otherwise some packages may appear to be outdated
9696

9797
## Running as root
98+
*Not recommended*
9899
Change the mounting directories
99100

100101
```bash

0 commit comments

Comments
 (0)