branch: scratch/editorconfig-cc
commit ee8aa8afa1ba33a10e51118d344156c8308e89e9
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Update README
---
 README.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 1680875a1f..901ac3f21d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 ## Setup
 
-This package is available on [MELPA](https://melpa.org/#/editorconfig)
+This package is available from [MELPA](https://melpa.org/#/editorconfig)
 and [MELPA Stable](https://stable.melpa.org/#/editorconfig).
 Install from there and enable global minor-mode `editorconfig-mode`:
 
@@ -12,8 +12,8 @@ Install from there and enable global minor-mode 
`editorconfig-mode`:
 ```
 
 
-To install manually copy all `.el` files in this repository to
-`~/.emacs.d/lisp`  and add the following to your `init.el` file:
+To install manually, copy all `.el` files in this repository to
+`~/.emacs.d/lisp` and add the following:
 
 ```emacs-lisp
 (add-to-list 'load-path "~/.emacs.d/lisp")
@@ -140,14 +140,17 @@ init.el:
       'ws-butler-mode)
 ```
 
-## Testing
 
-Make and [CMake](https://cmake.org) must be installed to run the tests.
 
-To run the tests:
+### Development
+
+Make and [CMake](https://cmake.org) must be installed to run the tests
+locally:
 
     $ make test
 
+
+
 ## License
 
 EditorConfig Emacs Plugin is free software: you can redistribute it

Reply via email to