Update README.md

This commit is contained in:
Philipp Muens 2016-10-11 17:50:03 -07:00 committed by GitHub
parent 48c86ee5fd
commit ca18e8fac7

View File

@ -46,7 +46,7 @@ Check out our in-depth [Guide to Serverless](./docs/01-guide/README.md) for more
## <a name="services"></a>Services (V1.0)
The following are services you can instantly install and use by running `serverless install --url <service-github-url>` (note: the 'serverless install' command will only work on V1.0 or later)
The following are services you can instantly install and use by running `serverless install --url <service-github-url>`
* [CRUD](https://github.com/pmuens/serverless-crud) - CRUD service
* [GraphQL Boilerplate](https://github.com/serverless/serverless-graphql) - GraphQL application Boilerplate service
@ -62,6 +62,8 @@ The following are services you can instantly install and use by running `serverl
* [Thumbnails](https://github.com/eahefnawy/serverless-thumbnails) - Service that takes an image url and returns a 100x100 thumbnail
* [Boilerplate](https://github.com/eahefnawy/serverless-boilerplate) - Opinionated boilerplate
**Note**: the `serverless install` command will only work on V1.0 or later.
## <a name="features"></a>Features
* Supports Node.js, Python, Java & Scala.