From f50a75978b5647870aa092ec24e9f98baf706cfa Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 8 Nov 2016 15:20:47 +0100 Subject: [PATCH] =?UTF-8?q?[mod]=20readme:=C2=A0add=20the=20fact=20that=20?= =?UTF-8?q?we=20could=20implement=20other=20modules=20from=20API.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48bef4eaf..6e716d2e2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## How does it works? - Python core scripts are accessible through two interfaces thanks to [moulinette framework](https://github.com/YunoHost/moulinette): - [CLI](https://en.wikipedia.org/wiki/Command-line_interface) for `yunohost` command. - - [API](https://en.wikipedia.org/wiki/Application_programming_interface) for [web administration module](https://github.com/YunoHost/yunohost-admin). + - [API](https://en.wikipedia.org/wiki/Application_programming_interface) for [web administration module](https://github.com/YunoHost/yunohost-admin) (other modules could be implemented). - You could found more details about how YunoHost works on this [documentation (in french)](https://yunohost.org/#/package_list_fr). ## Dependencies