aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-09 23:16:39 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-09 23:16:39 -0600
commit0c0d4b9bb1c532a1b6f9178ad9b4db3144381e01 (patch)
tree8e53999bd7f9fbd827f0bb0f670a94e39b6564ee /README.md
parentad2f3c702e5363c4a82a20369c8e2d1d49ea32cc (diff)
downloadwiimmfi-watcher-0c0d4b9bb1c532a1b6f9178ad9b4db3144381e01.tar
wiimmfi-watcher-0c0d4b9bb1c532a1b6f9178ad9b4db3144381e01.tar.gz
wiimmfi-watcher-0c0d4b9bb1c532a1b6f9178ad9b4db3144381e01.tar.bz2
updated credits in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ceace68..e2ae102 100644
--- a/README.md
+++ b/README.md
@@ -60,5 +60,6 @@ along with Wiimmfi Watcher. If not, see <https://www.gnu.org/licenses/>.
## Credits
Wiimmfi Watcher is made possible by the following:
-* [Jsoup](https://jsoup.org) HTML parser, version 1.13.1
-
+* [Wiimmfi](https://wiimmfi.de) for being the complete backbone of this app.
+* [Jsoup](https://jsoup.org) version 1.13.1, which powers getting the information from Wiimmfi with HTML parsing. (This will soon be replaced in favor of JSON parsing.)
+* [Gson](https://github.com/google/gson) version 2.8.7, which powers the updater (coming in 1.1.4).