From ef4423d9de722ec92b2fd9c3c14204cefe1590f6 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 12 Dec 2018 16:23:25 +0100 Subject: [PATCH] readme: add yaml --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa1235f..6e97ffe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # API builder -A simple script to autmatically generate Python API clients from JSON-based -Swagger descriptions. Works with a few selected Swagger definitions, but I -haven’t tested it on many different formats. Very much just a Proof of Concept -that happens to be useful. +A simple script to autmatically generate Python API clients from Swagger descriptions, both in YAML and JSON. Works with a few selected Swagger +definitions, but I haven’t tested it on many different formats. Very much just +a Proof of Concept that happens to be useful.