diff --git a/README.md b/README.md index f7e3ce07b..b164059e7 100755 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Serverless Framework V.1 (BETA) [![dependencies](https://img.shields.io/david/serverless/serverless.svg)](https://www.npmjs.com/package/serverless) [![license](https://img.shields.io/npm/l/serverless.svg)](https://www.npmjs.com/package/serverless) -**Note: Serverless Framework V.1 is currently under construction and not yet ready** - Serverless is the application framework for building web, mobile and IoT applications on serverless, event-driven compute services, like [AWS Lambda](https://aws.amazon.com/lambda/), [Google CloudFunctions](https://cloud.google.com/functions/), [Azure Functions](https://azure.microsoft.com/en-us/services/functions/) and more. The Framework is a command line interface that provides scaffolding, automation and best practices for developing and deploying your serverless architecture. It's also completely extensible via plugins. @@ -19,6 +17,10 @@ This is maintained by a full-time, venture-backed team. For updates, join our [m Also, [we're hiring](mailto:jobs@serverless.com)! +## Status + +Serverless Framework V.1 is currently under construction and not yet ready. + ## Features * Manage the lifecycle of your serverless architecture (build, deploy, update, delete)