From 3b003d863721d66ce89a94dd1aa150dd64b21d28 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Fri, 23 Sep 2016 14:31:19 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a47c487d..c4d0498a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np * create `$/src/myLang.ts` * create `$/test/myLang.test.ts` -* update tsconfig.json with `$> node_modules/.bin/tscg .` +* update `tsconfig.json` with `$> node_modules/.bin/tscg .` or manually add the new `.ts` files to `tsconfig.json` * restart compilation with `$> npm run watch` * edit `$/src/monaco.contribution.ts` and register your new language: ```js