From 310bc79df4739049e8ea7dddbd97233bae4e3eaf Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Tue, 21 Jul 2020 15:21:16 +0800 Subject: [PATCH] chore: tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366f53b..c049f94 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 use `--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