Skip to content

Commit

Permalink
docs: update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream committed Dec 9, 2022
1 parent eeafd35 commit 8e45fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e45fd9

Please sign in to comment.