From aacafc8e807e5a4eb8d2c9d1323fcc91569715f5 Mon Sep 17 00:00:00 2001 From: "Steffen D. Sommer" Date: Tue, 18 Apr 2017 14:51:13 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d57a564..c2ab324 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nodes-ios/Serializable/blob/master/LICENSE) ## 📦 Installation + Update your `Package.swift` file. ```swift .Package(url: "https://github.com/nodes-vapor/aws.git", majorVersion: 0) ``` + ## Getting started 🚀 Currently the following AWS Services are available: @@ -76,8 +78,12 @@ do { } ``` + ## 🏆 Credits + This package is developed and maintained by the Vapor team at [Nodes](https://www.nodesagency.com). + ## 📄 License + This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).