Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Apr 13, 2024
1 parent 0892c60 commit 8bd6c0e
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 @@ -54,7 +54,7 @@ I believe Bluesky and its accompanying AT Protocol gives the perfect balance bet
- [ ] Extend the capabilities of the classes in case your project requires it.
- [ ] A powerful Firehose API that retrieves and filters events and records in real-time.
- [ ] An HTML-parsing system to grab search engine-friendly elements for embeds.
- [ ] A logging tool for easy debugging.
- [x] A logging tool for easy debugging.

\* _Not all features above have been implemented; however, they will be, soon._

Expand All @@ -63,7 +63,7 @@ I believe Bluesky and its accompanying AT Protocol gives the perfect balance bet
You can use the Swift Package Manager to download and import the library into your project:
```swift
dependencies: [
.package(url: "https://github.com/MasterJ93/ATProtoKit.git", from: "0.8.0")
.package(url: "https://github.com/MasterJ93/ATProtoKit.git", from: "0.9.0")
]
```

Expand Down

0 comments on commit 8bd6c0e

Please sign in to comment.