branch: elpa/golden-ratio
commit 1df894012ebb5b9754a36e4228b57f6aae616ae8
Merge: 25e95f7833 ef1fba5902
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Merge pull request #28 from thierryvolpiatto/master
update readme
---
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`