summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index a41b28a..65ebc0d 100644
--- a/readme.org
+++ b/readme.org
@@ -21,9 +21,9 @@ To enable it through [[https://github.com/jwiegley/use-package][use-package]], a
(global-evil-surround-mode 1))
#+END_SRC
-Alternatively, a user can add the =evil-surround.el= file to your load-path and add =(require 'evil-surround)= to your init file.
+Alternatively, you can add the =evil-surround.el= file to your load-path and add =(require 'evil-surround)= to your init file.
-Also, Instead of enabling it globally, you can also enable =surround-mode= along a major mode by adding =turn-on-surround-mode= to the mode hook.
+Also, instead of enabling it globally, you can also enable =surround-mode= for a given major mode by adding =turn-on-surround-mode= to the mode hook.
* Usage
** Add surrounding