Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epomatti committed Aug 4, 2020
1 parent ef77a1f commit 8be8ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A tiny helper lib to get YOLO labeling format `txt` coordinates as an array.

```js
// reads class "16" coordinates fromt the txt file
// reads class "16" coordinates from the txt file
const coords = require('yolo-coords')
const array = coords('16', 'sample.txt')
console.log(array)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yolo-coords",
"version": "1.0.8",
"version": "1.0.9",
"description": "A tiny lib to get yolo coordinates (also called labels or annotations) from the .txt file as an array.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8be8ff4

Please sign in to comment.