Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Oct 25, 2021
1 parent be8a034 commit 9a738b7
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 @@ -104,7 +104,7 @@ You can use `dflatc` compiler to manually generate code from flatbuffers schema.
You can now add the generated source code to your project and then proceed to add **Dflat** runtime with Swift Package Manager:

```swift
.package(name: "Dflat", url: "https://github.com/liuliu/dflat.git", from: "0.3.1")
.package(name: "Dflat", url: "https://github.com/liuliu/dflat.git", from: "0.4.1")
```

## Example
Expand Down

0 comments on commit 9a738b7

Please sign in to comment.