From 8d54735321ce3e1e9143a835f299c10d303eccfb Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Fri, 17 Nov 2017 13:46:17 +0200 Subject: [PATCH] Fix README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2bf3027b..13b1f11c 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,7 @@ Addons are JavaScript modules that extend the `Terminal` prototype with new meth To use an addon, just import the JavaScript module and pass it to `Terminal`'s `applyAddon` method: -```html - - -``` - -```js +```javascript import { Terminal } from xterm; import * as fit from 'xterm/addons/fit/fit';