Skip to content

Commit 7608de0

Browse files
committed
updated readme
1 parent fff8d75 commit 7608de0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
[![Build Status](https://travis-ci.org/dherault/serverless-offline.svg?branch=master)](https://travis-ci.org/dherault/serverless-offline)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)
77

8-
# :sparkles: Announcement :sparkles:
9-
10-
Dear users and contributors,
11-
12-
Thank you for all your support. In the upcomming days my availability on this project should decline. This is why I'm **looking for maintainers**: anyone that pushed a successful PR and is willing to manage the upcomming ones is welcome to apply. To do so just comment on [this issue](https://github.com/dherault/serverless-offline/issues/304).
13-
14-
Thanks you for your attention. :)
15-
16-
:wavy_dash::wavy_dash::wavy_dash:
17-
188
This [Serverless](https://github.com/serverless/serverless) plugin emulates AWS λ and API Gateway on your local machine to speed up your development cycles.
199
To do so, it starts an HTTP server that handles the request's lifecycle like APIG does and invokes your handlers.
2010

@@ -25,7 +15,7 @@ To do so, it starts an HTTP server that handles the request's lifecycle like API
2515
* Lazy loading of your files with require cache invalidation: no need for a reloading tool like Nodemon.
2616
* And more: integrations, authorizers, proxies, timeouts, responseParameters, HTTPS, Babel runtime, CORS, etc...
2717

28-
This plugin is updated by its users, I just do maintenance and ensure that PRs are relevant to the community. In other words, if you [find a bug or want a new feature](https://github.com/dherault/serverless-offline/issues), please help us by becoming one of the [contributors](https://github.com/dherault/serverless-offline/graphs/contributors) :v: ! See the [contributing section](#contributing).
18+
This plugin is updated by its users, I just do maintenance and ensure that PRs are relevant to the community. In other words, if you [find a bug or want a new feature](https://github.com/dherault/serverless-offline/issues), please help us by becoming one of the [contributors](https://github.com/dherault/serverless-offline/graphs/contributors) :v: ! See the [contributing section](#contributing). We are looking for maintainers, see [this issue](https://github.com/dherault/serverless-offline/issues/304).
2919

3020
## Documentation
3121

0 commit comments

Comments
 (0)