]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Docker quickstart: one more grammar mistake. Made it a bit more terse.
authorB. van Berkum <dev@dotmpe.com>
Mon, 2 Oct 2017 23:03:27 +0000 (01:03 +0200)
committerB. van Berkum <dev@dotmpe.com>
Mon, 2 Oct 2017 23:03:27 +0000 (01:03 +0200)
doc/md/index.md

index f83d17026067b7da836736431015fe4e52446b1c..2b7d0f0070de616c3de1f48d0250ef62b451b67f 100644 (file)
@@ -22,7 +22,7 @@ It runs the latest development version of Shaarli and is updated/reset daily.
 
 Login: `demo`; Password: `demo`
 
-Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For an example to start a temporary Shaarli at ``localhost:8000``, and keep the data you create (config, storage) during the session:
+Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For example to start a temporary Shaarli at ``localhost:8000``, and keep session data (config, storage):
 ```
 MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P)
 docker run -ti --rm \