diff --git a/README.md b/README.md index b34f905..5e6002e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This library can be used as an implementation of Apple's [swift-log](https://git Add `LoggingLoki` to the dependencies within your application's `Package.swift` file. ```swift -.package(url: "https://github.com/lovetodream/swift-log-loki.git", from: "0.1.0"), +.package(url: "https://github.com/lovetodream/swift-log-loki.git", from: "1.0.0"), ``` Add `LoggingLoki` to your target's dependencies.