diff --git a/README.md b/README.md index f88e57a..a8f22e5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ site_info2 = webservice.get_site_info() assert site_info == site_info2 ``` -❗️ If the function area does not have a type in the [support table](#moodle-web-service-support), the return value is in accordance with the [Moodle web service documentation](https://sandbox.moodledemo.net/admin/webservice/documentation.php), wich mostly dict. +❗️ If the function area does not have a type in the [support table](#moodle-web-service-support), the return value is in accordance with the [Moodle web service documentation](https://sandbox.moodledemo.net/admin/webservice/documentation.php), which is mostly dict. In the future all of [Web service functions](https://docs.moodle.org/dev/Web_service_API_functions) will be covered by moodlepy.