Skip to content

Commit 62a99a0

Browse files
authored
Merge pull request #1 from asmundg/asmundg-fix-example
Fix doc copy/paste error
2 parents 362507a + 469f13c commit 62a99a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use it in its current from, place the ts-comint.el somewhere say "~/mylisp/".
3232
Insert below code to "~/.emacs.d/init.el",
3333
#+BEGIN_SRC elisp
3434
(add-to-list 'load-path "~/mylisp/")
35-
(require 'js-comint)
35+
(require 'ts-comint)
3636
#+END_SRC
3737

3838
* Usage

0 commit comments

Comments
 (0)