From de68127c7338f880c3033e9c5b2da74bf09999ae Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Fri, 1 Sep 2017 21:02:32 +0200 Subject: [PATCH] typo in readme I wrote this part of the readme a while ago and i made a small type x) sorry about that --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9942055..a160020 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ sudo docker run -v /Downloads:/data -p 6800:6800 -p 9100:8080 --name="webui-aria This image contains both aria2 and webui-aria2. -Build it (may take several hours due to the aria2 compilation process. Don't panic and grap a coffee) +Build it (may take several hours due to the aria2 compilation process. Don't panic and grab a coffee) ``` docker build -f Dockerfile.arm -t yourname/webui-aria2 . ```