Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Jun 13, 2024
1 parent bba693c commit fd34d80
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 @@ -50,7 +50,7 @@ users can manually specify the names with keyword arguments:

```julia
# manually specify column with hole ID
Collar(CSV.File("collar.csv"), holeid = :MYID)
Collar(CSV.File("collar.csv"), holeid = "MyHoleID")
```

Please check the documentation of `Collar`, `Survey` and `Interval`
Expand Down

0 comments on commit fd34d80

Please sign in to comment.