Skip to content

Commit

Permalink
Update Readme according to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Oct 19, 2023
1 parent 500835d commit d4b6434
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,4 +1,4 @@
# FsOboParser
# OBO.NET

An OBO file format parser, written in F#.

Expand All @@ -9,7 +9,7 @@ An OBO file format parser, written in F#.
#### Read an OBO file

```fsharp
open FsOboParser
open OBO.NET
let testOntology = OboOntology.fromFile true filepath
```
Expand Down

0 comments on commit d4b6434

Please sign in to comment.