diff --git a/README.md b/README.md index ccd0e81..92c01ce 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # Nessie-JavaScript-SDK -##Synopsis + +## Synopsis + Capital One Nessie API SDK written in JavaScript and wrapped in require-jquery. This SDK can be easily embedded in web apps. -##Installation for Web App + +## Installation for Web App + 1. Download the lib directory. 2. Save the library in the web project directory. 3. Include the library in the header of the project (double check your directory path!) as shown below: ```javascript ``` -##Usage + +## Usage + 1. Require the Nessie library you intend to use, within the function to execute after the DOM is ready. 2. Set the api key. With the api key set, you're ready to use to client to get any data that you need. ```javascript