Skip to content

Commit

Permalink
Added URL for documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmart committed Jan 2, 2024
1 parent 1fa943f commit ee3d0ef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"pins" : [
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"branch" : "main",
"revision" : "3aad4aabc42835f09f600bb17070f6a11bc84180"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ manager.getInfo(forAlbum: .albumArtist(album: "Random Access Memories",

```

For more detailed information on API methods available through ScrobbleKit, check out the [full documentation]()
For more detailed information on API methods available through ScrobbleKit, check out the [full documentation](https://tfmart.github.io/ScrobbleKit/documentation/scrobblekit/)

# Requirements

Expand Down

0 comments on commit ee3d0ef

Please sign in to comment.