We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c5be7 commit 5fe169bCopy full SHA for 5fe169b
README.md
@@ -4,7 +4,7 @@ This is a Swift-based decoder for the `.mtsp` container, which is designed to be
4
For more information on `.mtsp`, visit [github.com/rafalkopiec/mtsp](https://github.com/rafalkopiec/mtsp).
5
6
### Usage:
7
-- Add `MTSPDecoder` as an Swift Package Manager dependency `https://github.com/rafalkopiec/mtsp-decoder.git`.
+- Add `MTSPDecoder` as a Swift Package Manager dependency `https://github.com/rafalkopiec/mtsp-decoder.git`.
8
- Initialise the `Decoder` class in your data model.
9
- Pass in a URL of a metaspace-supported website, such as [https://metaspace.rocks/mtsp](https://metaspace.rocks/mtsp).
10
- You will get back an optional `Container` if the download and parsing of the file was successful.
0 commit comments