Skip to content

Commit d128873

Browse files
committed
Fix errors in README.
1 parent f159407 commit d128873

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.org

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ Insert below code to "~/.emacs.d/init.el",
3636
#+END_SRC
3737

3838
* Usage
39-
After installation, do `M-x run-ts` to create a comint buffer with the Typescript interpreter.
39+
After installation, do `M-x run-ts` to create a comint buffer with the
40+
Typescript interpreter.
4041

41-
You can add the following couple of lines to your .emacs to take advantage of cool key bindings for sending things to the Typescript interpreter inside of Steve Yegge's most excellent js2-mode.
42+
You can add the following couple of lines to your .emacs to take
43+
advantage of cool key bindings for sending things to the Typescript
44+
interpreter inside of typescript-mode.
4245

4346
#+BEGIN_SRC elisp
4447
(add-hook 'typescript-mode-hook

0 commit comments

Comments
 (0)