From c5704912feaf5790bddecc81ca0f38acfc6527de Mon Sep 17 00:00:00 2001 From: Bart Date: Fri, 15 Apr 2022 18:42:19 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed922d0..dfde2a2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ import * as tsServer from 'ttypescript/lib/tsserver' import * as watchGuard from 'ttypescript/lib/watchGuard' ``` ---> -Instead of tsc and tsserver, use ttsc and ttsserver wrappers. This wrappers try to use locally installed typescript first. +Instead of tsc and tsserver, use ttsc and ttsserver wrappers. These wrappers try to use the locally installed typescript first. No version lock-ins - typescript used as peer dependency.