diff --git a/VKAPI/README.md b/VKAPI/README.md index b3c85918..d4db764c 100644 --- a/VKAPI/README.md +++ b/VKAPI/README.md @@ -1,10 +1,12 @@ # VK API Compatability layer for OpenVK -This directory contains VK api handlers, structures and relared +This directory contains VK API handlers, structures and relared exceptions. It is still a work-in-progress functionality. -**Note**: requests to api are routed through +**Note**: requests to API are routed through openvk.Web.Presenters.VKAPIPresenter, this dir contains only handlers. +[Documentation for API clients](https://docs.openvk.su/openvk_engine/api/description/) + ## Implementing API methods VK API methods have names like this: `example.test`. To implement a