From f5ee335a43148e1080f2640874a5d8bcd3507129 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 6 Jun 2019 12:56:04 -0700 Subject: [PATCH] Fix addon import quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b5a00ed..aa89c700 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ npm i -S xterm-addon-web-links Then import the addon, instantiate it and call `Terminal.loadAddon`: ```ts -import { Terminal } from 'xterm`; -import { WebLinksAddon } from 'xterm-addon-web-links`; +import { Terminal } from 'xterm'; +import { WebLinksAddon } from 'xterm-addon-web-links'; const terminal = new Terminal(); // Load WebLinksAddon on terminal, this is all that's needed to get web links