diff --git a/README.md b/README.md index fc98d8e2..a1409372 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Addons are JavaScript modules that attach functions to the `Terminal` prototype To use an addon, just include the JavaScript file after xterm.js and before the `Terminal` object has been instantiated. The function should then be exposed on the `Terminal` object: ```html - + ```