From c9d141f743620925965c9e451424f0a4252af829 Mon Sep 17 00:00:00 2001 From: Wenchen Li Date: Fri, 9 Mar 2018 16:00:48 -0500 Subject: [PATCH] Update README.md to remove the red syntax warnings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 457dd04b..023bbca6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ If you are using an older version of React/ReacDOM that are incompatible with th Next, configure TypeScript by creating a `tsconfig.json` file in the `TicTacToe_JS` folder, and add, -```json +```js { "compilerOptions": { "outDir": "./dist/", // path to output directory