From 7df23a65cfd8bf5d2a7b1f7a48dba85fdcb5737d Mon Sep 17 00:00:00 2001 From: Austen Date: Wed, 23 Mar 2016 16:08:35 -0700 Subject: [PATCH] Add npm badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 711f2dcaf..d519cb6a2 100755 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Serverless Framework (BETA) ================================= [![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) +[![npm version](https://badge.fury.io/js/serverless.svg)](https://badge.fury.io/js/serverless) Serverless is the application framework for building web, mobile and IoT applications exclusively on Amazon Web Services' Lambda and API Gateway. It's a command line interface that helps you build and maintain serverless apps across teams of any size. It's also completely extensible via Plugins. We believe AWS Lambda will be the focal point of the AWS cloud, and the Serverless Framework interprets AWS from Lambda's perspective.