From fd80161c0864fb6855ba0ae6477391f3afee7829 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 6 Oct 2016 17:09:30 +0200 Subject: [PATCH] Update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c4d0498a..28d75fdc 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ 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 .` 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