Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 authored Jul 5, 2023
1 parent c3c0f35 commit 5af5919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use `pschema-rs` in your Rust project, you can add it as a dependency in your

```toml
[dependencies]
pschema = "0.0.4"
pschema = "0.0.2"
```

## Usage
Expand Down Expand Up @@ -88,6 +88,7 @@ fn main() -> Result<(), String> {
You could also run one of the examples to check how this library works:

```sh
cargo build
cargo run --example from_duckdb
```

Expand Down

0 comments on commit 5af5919

Please sign in to comment.