From fc07ed9f8b657c8cdf5a28bf42a5c03fbff4cf13 Mon Sep 17 00:00:00 2001 From: Tim Scanlin Date: Mon, 19 Dec 2016 23:18:06 -0800 Subject: [PATCH] Update README.md "using" is simpler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7530a7163..ef3c25791 100755 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The following are services you can instantly install and use by running `serverl * [serverless-examples](https://github.com/serverless/examples) * [CRUD](https://github.com/pmuens/serverless-crud) - CRUD service, [Scala Port](https://github.com/jahangirmohammed/serverless-crud-scala) -* [CRUD with S3](https://github.com/tscanlin/serverless-s3-crud) - CRUD service interfacing with S3 +* [CRUD with S3](https://github.com/tscanlin/serverless-s3-crud) - CRUD service using S3 * [GraphQL Boilerplate](https://github.com/serverless/serverless-graphql) - GraphQL application Boilerplate service * [Authentication](https://github.com/laardee/serverless-authentication-boilerplate) - Authentication boilerplate service * [Mailer](https://github.com/eahefnawy/serverless-mailer) - Service for sending emails