Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
siemensikkema committed Jun 21, 2018
1 parent 2767a10 commit 5e190d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🚀
Expand Down Expand Up @@ -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)

0 comments on commit 5e190d0

Please sign in to comment.