From b339ff6ec19d2c33fdb81ebe90c2157a39318ff2 Mon Sep 17 00:00:00 2001 From: clach04 Date: Tue, 25 Apr 2023 08:49:09 -0700 Subject: [PATCH] README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d647d14..91a3fee 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ docker build -t colinwjd/aria2-ariang . * 6800 for aira2 service * 80 for Aria-Ng http service * 8080 for downloads directory http service -3. Set your secret code use "SECRET" variable, this will append `rpc-secret=xxx` to aira2.conf file. +3. Set your secret code use "SECRET" variable, this will append `rpc-secret=xxx` to aria2.conf file. Run command like below(You may need to change the ports). ```