diff --git a/README.md b/README.md index 39960ae15..226480f93 100755 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ npm install serverless -g ##Differences From JAWS: +* **Node V4:** The new Serverless Command Line Tool uses Node V4. We recommend using Node Version Manager (NVM) to seamlessly upgrade your local version of Node. * **Name & Filename Changes:** Having JAWS and AWSM was too confusing. Now, we're just Serverless and Serverless modules. Your project JSON is now `s-project.json`, your module JSON is now `s-module.json` and your function JSON is now `s-function.json`. * **New Function JSON Format:** Our new function JSON format (`s-function.json`) helps reduce boilerplate. You can still have 1 folder containing 1 Lambda w/ 1 Endpoint. However, now you can have 1 folder containing 1 Lambda w/ multiple endpoints. As well as 1 folder containing multiple Lambdas each with multiple endpoints. You can point your multiple Lambdas to different handlers on a single file, or to different files within the folder. It's flexible. * **One Set Of Lambdas Per Region:** JAWS created a separate CloudFormation stack of Lambdas for each stage + region. Serverless creates one set of Lambdas for all stages, and replicates them in every region used by your project. diff --git a/package.json b/package.json index c7fa61d2c..b1d9d5d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "0.0.5", + "version": "0.0.6", "engines": { "node": ">=4.0" }, @@ -10,7 +10,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/jaws-framework/JAWS#v1.4" + "url": "https://github.com/serverless/serverless" }, "keywords": [ "serverless",