diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-09 23:16:39 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-09 23:16:39 -0600 |
commit | 0c0d4b9bb1c532a1b6f9178ad9b4db3144381e01 (patch) | |
tree | 8e53999bd7f9fbd827f0bb0f670a94e39b6564ee /README.md | |
parent | ad2f3c702e5363c4a82a20369c8e2d1d49ea32cc (diff) | |
download | wiimmfi-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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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). |