From 5e190d0243cd2b4324b91d45cf6a894b2131b43b Mon Sep 17 00:00:00 2001 From: Siemen Sikkema Date: Thu, 21 Jun 2018 12:25:45 +0200 Subject: [PATCH] Update installation instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9704e97..3634f92 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This package allows you to display Flash messages between your views. Update your `Package.swift` file. ```swift -.package(url: "https://github.com/nodes-vapor/flash.git", from: "2.0.0") +.package(url: "https://github.com/nodes-vapor/flash.git", from: "3.0.0") ``` ## Getting started 🚀 @@ -141,13 +141,11 @@ The below example uses the Vapor 3 [Bootstrap package](https://github.com/nodes- Add the Flash html to one file and embed it in rest of your views or through a base layout, e.g.: `#embed("alerts")`. - ## 🏆 Credits This package is developed and maintained by the Vapor team at [Nodes](https://www.nodesagency.com). The package owner for this project is [Brett](https://github.com/brettrtoomey). - ## 📄 License This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)