diff --git a/README.md b/README.md index 2b97369..366f53b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ dist ### ES5 support -You can `--target es5` or `"target": "es5" in `tsconfig.json` to compile the code down to es5, it's processed by [buble](http://buble.surge.sh/). Some features are supported by this target, namely: `for .. of`. +You can `--target es5` or `"target": "es5"` in `tsconfig.json` to compile the code down to es5, it's processed by [buble](http://buble.surge.sh/). Some features are supported by this target, namely: `for .. of`. ### Watch mode