aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-13 22:06:04 +0000
committerBryson Steck <steck.bryson@gmail.com>2021-05-13 22:06:04 +0000
commitd895acb9109dbbc4e63b6334976f756784e21e9c (patch)
treebf07ece349407623f51b2de33a406919e0854304 /README.md
parent9c960dd90600c416f966fc2cfe17dd0abb086e11 (diff)
downloadwiimmfi-watcher-d895acb9109dbbc4e63b6334976f756784e21e9c.tar
wiimmfi-watcher-d895acb9109dbbc4e63b6334976f756784e21e9c.tar.gz
wiimmfi-watcher-d895acb9109dbbc4e63b6334976f756784e21e9c.tar.bz2
added jsoup thank you
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index de0b781..276d4d2 100644
--- a/README.md
+++ b/README.md
@@ -25,3 +25,7 @@ This is officially my first project and Google Play app that I'm maintaining, so
## Bugs
If you found any bugs in the `master` branch (i. e. the most recent Google Play release), **PLEASE READ MY [TODO LIST](https://github.com/brysonsteck/wiimmfi-watcher/blob/dev/TODO.md) FIRST** to make sure that the bug you found isn't something I'm already aware of. Once you have made sure of that, you can then create an issue or fill out this [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSd6qCONAP2tsbHPgzu_CdZcHVHL5nx7q0XFqrVfExEc84kqUQ/viewform).
+
+## Software
+
+Wiimmfi Watcher is made possible using the Jsoup HTML parser, version 1.13.1. You can visit their website [here.](jsoup.org)