From 9aba41595f931d4f76e041c5564ae673e0112198 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Tue, 28 Jul 2015 15:14:05 -0500 Subject: [PATCH] Add placeholder README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c464d4b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Finatra Petstore + +This project is an implementation of [Swagger][swagger]'s [Petstore example +service][petstore] using [Finatra 2][finatra]. Stay tuned for announcements! + +[finatra]: https://twitter.github.io/finatra/ +[petstore]: http://petstore.swagger.io/ +[swagger]: http://swagger.io/