From 9fa8f75a7e93a8904c4b572acdf93dd553c58549 Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Sat, 20 Mar 2021 20:22:42 -0400 Subject: [PATCH] Update CLI code link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96274c5..b5a4ce8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ afterwards, e.g. changing `SyntheticEvent` to `React.Event`. - `yarn global add @khanacademy/flow-to-ts` - `flow-to-ts [options] ` -For a comprehensive list of available options, please check out the [CLI code](./src/cli.js). +For a comprehensive list of available options, please check out the [CLI code](./src/cli.ts). # Playground