diff --git a/README.md b/README.md index d2c0e7e2ebf30..e077d3f5b37dd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ npm install -g jsx-typescript The executable is named `jsx-tsc` instead of `tsc`, and has the exact same options than `tsc`: -```` +``` jsx-tsc myFile.ts ```