From 21e937a20160799f6988e35092dc8eb9ece62922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?UTF-8?q?=E0=BC=86=E0=BD=89?= Date: Fri, 3 Jun 2022 11:43:52 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a88ab58..b8ffc8a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Similarly, from the root : * `grep -v PARENTDIR index.html | grep '\[ ' | grep -Po 'a href="\K.*?(?=")' | sed 's/\?.*//' > _loclist.txt` * `wget -N -i _loclist.txt -B http://orteil.dashnet.org/cookieclicker/loc/` -#### 3. Update `js` and `html` files : +#### 4. Update `js` and `html` files : From the root directory : @@ -49,6 +49,6 @@ From the root directory : * Look for `ajax('/patreon/grab.php'` and replace it with `ajax('grab.txt'` * In the root: `wget -O grab.txt http://orteil.dashnet.org/patreon/grab.php` -#### 4. Report update here :) +#### 5. Report update here :) If you happen to update, please make a pull request for others to benefit, thanks! -- cgit v1.2.3