From a1d02785afa37b4e981617bf4f6dc373c0383dbb Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 18 Mar 2015 00:14:39 +0800 Subject: [PATCH] update README with ruby on the codegen usage --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc140685e7f..1e5c000f5ba 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ usage: Codegen -i,--input-spec location of the swagger spec, as URL or file -l,--lang client language to generate. Available languages include: - [android, java, jaxrs, nodejs, objc, scalatra, - scala, dynamic-html, html, swagger, tizen, php, - python] + [android, async-scala, java, jaxrs, nodejs, + objc, scalatra, scala, dynamic-html, html, + swagger, tizen, php, ruby, python] -o,--output where to write the generated files -t,--template-dir folder containing the template files ```