From 268af9c8e50c579d1f54a34cf530dfa8ac788370 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 13 Nov 2023 02:35:05 -0500 Subject: [PATCH] Fix minor type (duplicated text) (#468) --- docs/ipv6-rotator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ipv6-rotator.md b/docs/ipv6-rotator.md index 934d834..bd17d1d 100644 --- a/docs/ipv6-rotator.md +++ b/docs/ipv6-rotator.md @@ -126,7 +126,7 @@ It may be used on other projects that depend on YouTube and/or Google (example: @reboot sleep 30s && python /path/to/the/script/smart-ipv6-rotator.py run --ipv6range=YOURIPV6SUBNET/64 0 */12 * * * python /path/to/the/script/smart-ipv6-rotator.py run --ipv6range=YOURIPV6SUBNET/64 ``` - The `sleep` command is used in case your network takes too much time time to be ready. + The `sleep` command is used in case your network takes too much time to be ready. That's it!