diff --git a/README.md b/README.md index d6da2e7f..bfd3ace6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ [YunoHost](https://yunohost.org) administration web interface (JS client for the API). -This client is a part of the YunoHost projet, and can not be installed directly. Please visit YunoHost website for [installation instructions](https://yunohost.org/install). +This client is a part of the YunoHost project, and can not be installed directly. Please visit the YunoHost website for [installation instructions](https://yunohost.org/install). ## Bug tracker -Please report issues on the [YunoHost Bugtracker](https://github.com/YunoHost/issues). +Please report issues on the [YunoHost bugtracker](https://github.com/YunoHost/issues). ## Translate @@ -14,9 +14,9 @@ Please report issues on the [YunoHost Bugtracker](https://github.com/YunoHost/is ## Contributing -Feel free to improve the plugin and send us a pull request. +Feel free to improve the plugin and send a pull request. -We use `gulp` to compile Less files and minify the JavaScript. Assuming [nodejs](http://nodejs.org/) is installed, you can install dependencies and run a build with: +`gulp` is used to compile Less files and minify the JavaScript. Assuming [nodejs](http://nodejs.org/) is installed, you can install dependencies and run a build with: ```sh cd src @@ -24,12 +24,12 @@ npm install npm run build ``` -Alternatively you can run `npm run build-dev` which improves building speed by bypassing compression tasks. +Alternatively you can run `npm run build-dev`, which improves building speed by bypassing compression tasks. On a YunoHost instance, the web admin files are located at `/usr/share/yunohost/admin`. **Note:** The `.ms` - moustache - files are cached by the browser. You have to -reach them manually some times you modify them. (e.g. go to +reach them manually, and sometimes you modify them. (e.g. go to https://example.com/yunohost/admin/views/domain/domain_list.ms) ## Dependencies