Skip to content

Commit

Permalink
Replace example file used in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 27, 2024
1 parent d0573d9 commit 0c4f126
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 @@ -37,7 +37,7 @@ To easily read an entire OWL document, including prefixes, use the
```rust
use horned_owl::ontology::set::SetOntology;

let s = std::fs::read_to_string("tests/data/ms.obo.ofn")
let s = std::fs::read_to_string("tests/data/bfo.ofn")
.expect("failed to read OWL file");
let (ontology, prefixes) = horned_functional::from_str::<_, SetOntology<String>, _>(&s)
.expect("failed to parse OWL file");
Expand Down

0 comments on commit 0c4f126

Please sign in to comment.