Skip to content

Commit 5fe169b

Browse files
authored
Update README.md
1 parent 11c5be7 commit 5fe169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a Swift-based decoder for the `.mtsp` container, which is designed to be
44
For more information on `.mtsp`, visit [github.com/rafalkopiec/mtsp](https://github.com/rafalkopiec/mtsp).
55

66
### Usage:
7-
- Add `MTSPDecoder` as an Swift Package Manager dependency `https://github.com/rafalkopiec/mtsp-decoder.git`.
7+
- Add `MTSPDecoder` as a Swift Package Manager dependency `https://github.com/rafalkopiec/mtsp-decoder.git`.
88
- Initialise the `Decoder` class in your data model.
99
- Pass in a URL of a metaspace-supported website, such as [https://metaspace.rocks/mtsp](https://metaspace.rocks/mtsp).
1010
- You will get back an optional `Container` if the download and parsing of the file was successful.

0 commit comments

Comments
 (0)