From f18122d7ccda5bde605bfefd1b0f655b59aeea9c Mon Sep 17 00:00:00 2001 From: vanstee Date: Tue, 3 Jul 2012 17:11:52 -0400 Subject: [PATCH] Write a tiny README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..78bd134 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Hovercraft Example + +Get the rack app running: + +``` +bundle exec rackup +``` + +Now hit the api: + +``` +curl http://localhost:9292/cheeses.json +```