branch: elpa/golden-ratio
commit ef1fba59025dd3352bd1ee2544208594015cda54
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* README.md: Update
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 30f47b6db2..65eb80020f 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,13 @@ To enable automatic resizing, put on your .emacs.d/init.el
```elisp
(require 'golden-ratio)
-(golden-ratio-enable)
+(golden-ratio-mode 1)
```
***
If you want to disable automatic resizing done by golden-ratio, just invoke
-`(golden-ratio-disable)`
+`M-x golden-ratio-mode`
To call golden ratio manually just `M-x golden-ratio`