commit 21108746264e5d77115f52c9009c8d072b506dda parent e42342e4863dad82bc38dcebf078fbcc9bf2a6e0 Author: Wim Dupont <wim@wimdupont.com> Date: Sat, 26 Aug 2023 15:50:43 +0200 added api link in readme Diffstat:
M | README.adoc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc @@ -1,6 +1,6 @@ = WordStudent -Looks up words (saved in csv-file) in dictionary API and persists the data in https://couchdb.apache.org/[CouchDB] database. +Looks up words (saved in csv-file) in https://dictionaryapi.dev[dictionary API] and persists the data in https://couchdb.apache.org/[CouchDB] database. Words are not looked up with api on subsequent runs unless it is removed from the database. Words are randomly shuffled each run.