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 3399283 commit 41751f9
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
@@ -1,6 +1,6 @@
# c3dio

A c3d parser, writer and editor written in Rust and **available in 20+ languages**.
A c3d parser and eventually also a writer and editor written in Rust. It can be compiled to WebAssembly and, as a result, is **available in 20+ languages**.

## Usage

Expand All @@ -15,7 +15,7 @@ Load only the parameters/header (no data):

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

## Contributing
Expand Down

0 comments on commit 41751f9

Please sign in to comment.