Skip to content

Commit c8eed24

Browse files
committed
Update README.md
1 parent ae99fd0 commit c8eed24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Edit your `Package.swift`
3333

3434
```swift
3535
//add this repo to dependencies
36-
.package(url: "https://github.com/MihaelIsaev/FCM.git", from: "0.7.4")
36+
.package(url: "https://github.com/MihaelIsaev/FCM.git", from: "1.0.0")
3737
//and don't forget about targets
3838
//"FCM"
3939
```
@@ -146,7 +146,7 @@ extension Firebaseable {
146146
}
147147
return try Self.sendPush(title: title, message: message, token: token, on: req)
148148
}
149-
149+
150150
static func sendPush(title: String, message: String, token: String, on container: Container) throws -> Future<Void> {
151151
let fcm = try container.make(FCM.self)
152152
let message = FCMMessage(token: token, notification: FCMNotification(title: title, body: message))

0 commit comments

Comments
 (0)