From 7760b84eb3ab000dbb123142d4658daacbc58140 Mon Sep 17 00:00:00 2001 From: Andy Fowler Date: Tue, 15 Jan 2013 16:59:23 -0500 Subject: [PATCH] fix title case in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af87e0a..7555318 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is some sample code which will help you get started using [Nutshell's API]( * a lightweight [JSON-RPC](http://json-rpc.org/) + [CURL](http://php.net/manual/en/book.curl.php) wrapper to ease making API calls and manage authentication and endpoint discovery * several examples which use that class to perform certain tasks in Nutshell -## Running the Examples +## Running the examples Once you've cloned the repository, and assuming PHP is in your path: