Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barisatamer authored Nov 9, 2019
1 parent a376f70 commit 6ede2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
name: "Project",
dependencies: [
...
.package(url: "https://github.com/barisatamer/vapor-firebase-jwt-middleware.git", from: "0.1.0"),
.package(url: "https://github.com/barisatamer/vapor-firebase-jwt-middleware.git", from: "0.1.2"),
],
targets: [
.target(name: "App", dependencies: ["FirebaseJWTMiddleware", ... ])
Expand All @@ -46,7 +46,7 @@ FirebaseJWTMiddlewareConfig.configure(
```Swift
let group = router.grouped(FirebaseJWTMiddleware())
group.get("welcome") { req in
return "hello,world !"
return "Hello, world!"
}
```

Expand Down

0 comments on commit 6ede2dd

Please sign in to comment.