Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Claire V. Hammond <61138239+cvhammond@users.noreply.github.com>
  • Loading branch information
cvhammond committed Aug 20, 2023
1 parent f72ee19 commit 0c7592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ A c3d parser and eventually also a writer and editor written in Rust. It can be

Load a c3d file:

```
```rust
use c3dio::{C3d, C3dParseError};
let c3d_data = C3d::load("test.c3d");
```

Load only the parameters/header (no data):

```
```rust
use c3dio::{C3d, C3dParseError};
let c3d_parameters = C3d::load_parameters("test.c3d");
```
Expand Down

0 comments on commit 0c7592e

Please sign in to comment.