From 877946fece0c79c7c63a1aad700911c0b1c67c93 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 24 Nov 2016 22:02:45 +0100 Subject: [PATCH] [typo] readme: action's' map. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5ac38bca..714fa0980 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ This repository is the core of YunoHost code. ## Contribute - You can develop on this repository using [ynh-dev tool](https://github.com/YunoHost/ynh-dev) with `use-git` sub-command. - On this repository we are [following this workflow](https://yunohost.org/#/build_system_en): `stable <— testing <— branch`. -- Note: if you modify python scripts, you will have to modifiy the action map. +- Note: if you modify python scripts, you will have to modifiy the actions map. ## Repository content - [YunoHost core Python 2.7 scripts](https://github.com/YunoHost/yunohost/tree/stable/src/yunohost). -- [An actionmap](https://github.com/YunoHost/yunohost/blob/stable/data/actionsmap/yunohost.yml) used by moulinette. +- [An actionsmap](https://github.com/YunoHost/yunohost/blob/stable/data/actionsmap/yunohost.yml) used by moulinette. - [Services configuration templates](https://github.com/YunoHost/yunohost/tree/stable/data/templates). - [Hooks](https://github.com/YunoHost/yunohost/tree/stable/data/hooks). - [Locales](https://github.com/YunoHost/yunohost/tree/stable/locales) for translations of `yunohost` command.