From 2fdae91cbcb77946d0c2cf7ab1ac6c4f21e28142 Mon Sep 17 00:00:00 2001 From: wing328 Date: Fri, 12 Jun 2015 16:12:54 +0800 Subject: [PATCH] fix a typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cace22c92e9..f2c44ebf718 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \ Supported config options can be different per language. Running `config-help -l {lang}` will show available options. ``` -java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jarr config-help -l java +java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar config-help -l java ``` Output