Skip to content

Commit

Permalink
Merge branch 'Swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
clwi committed Mar 11, 2022
2 parents d87548d + dd21cf2 commit 833fec9
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 @@ -96,7 +96,7 @@ CWPack also contains a Swift interface. The MessagePack home page example would

```
let packer = CWDataPacker()
packer + ["compact":true, "schema":0]
packer + DictionaryHeader(2) + "compact" + true + "schema" + 0
let data = packer.data
```

0 comments on commit 833fec9

Please sign in to comment.