From 90cf83b56c65bdd211521afb8846051df9b43d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Campredon?= Date: Fri, 6 Feb 2015 12:12:25 +0100 Subject: [PATCH] update reame --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```