branch: elpa/inf-ruby
commit b3ee3093b5c9d90999f304430fcc5c26cfad321b
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Autoloading inf-ruby-minor-mode is more important
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24c8c48da8..ee692ccac9 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ If you're installing manually, you'll need to:
 * Add the following lines to your `.emacs` (or `init.el`) file:
 
 ```lisp
-(autoload 'inf-ruby "inf-ruby" "Run an inferior Ruby process" t)
+(autoload 'inf-ruby-minor-mode "inf-ruby" "Run an inferior Ruby process" t)
 (add-hook 'ruby-mode-hook 'inf-ruby-minor-mode)
 ```
 

Reply via email to