Skip to content

Commit

Permalink
Fix typo on sdk-quick-start.mdx (nexus-xyz#289)
Browse files Browse the repository at this point in the history
```
< example
---
> examples
```
  • Loading branch information
gbarr01 authored Nov 26, 2024
1 parent f37401c commit d2f0ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/zkvm/sdk-quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ fn main() {
}
```

To see more example of using the SDK, check out [the examples folder](https://github.com/nexus-xyz/nexus-zkvm/tree/main/sdk/examples).
To see more examples of using the SDK, check out [the examples folder](https://github.com/nexus-xyz/nexus-zkvm/tree/main/sdk/examples).

</Steps>
</Steps>

0 comments on commit d2f0ef7

Please sign in to comment.