branch: elpa/forth-mode
commit c8103312c3cba6243455e2b70fed46008a034d7b
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Fix typo.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 729be0c6fa..6e014b220f 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Manual:
(pushnew "DIR" load-path)
(require 'forth-mode)
(require 'forth-block-mode)
- (require 'forth-interacton-mode)
+ (require 'forth-interaction-mode)
### Usage