summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-01-18 19:12:48 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-01-18 19:12:48 +0530
commitbde1f52656be625c271b315931e5ec5c87f33cbf (patch)
tree20226ab4c9fdb42b1e748ae6d6fde4261e265f63
parentf6f7a35688047b67be000de6088dc436086ae189 (diff)
README - Checklist+Indentation correction
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b23a11b..498cf64 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ With this it is the same except I get to automate it using [gnu pass](https://ww
and that using XPath(XML Path) to find elements is really convenient.
## Future additions:
-~~Update the script upon reaching college as the Xpath values would differ.~~
-Rewrite the script in Java
-Make the python-script platform independent
-OR Make a separate shellscript to log in via CLI using curl
+- [x] Update the script upon reaching college as the Xpath values would differ. (done in [382c298](https://github.com/justsaumit/auto-captive-portal-login/commit/e24805733d5689eba28770172cd1bd99dedf247d) & [e248057](https://github.com/justsaumit/auto-captive-portal-login/commit/e24805733d5689eba28770172cd1bd99dedf247d) )
+- [ ] Rewrite the script in Java
+- [ ] Make the python-script platform independent
+- [ ] Make a separate shellscript to log in via CLI using curl