Skip to content

Commit 4bb1b91

Browse files
svenluijtenlukechilds
authored andcommitted
Fix missing word in README (#1)
1 parent fb7066f commit 4bb1b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is not just a Raspian Docker image, it's a full ARM based Raspberry Pi virt
2727
docker run -it lukechilds/dockerpi
2828
```
2929

30-
By default all filesystem changes will lost on shutdown. You can persist filesystem changes between reboots by mounting the `/sdcard` volume on your host:
30+
By default all filesystem changes will be lost on shutdown. You can persist filesystem changes between reboots by mounting the `/sdcard` volume on your host:
3131

3232
```
3333
docker run -it -v $HOME/.dockerpi:/sdcard lukechilds/dockerpi

0 commit comments

Comments
 (0)