Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFirmo authored Dec 29, 2023
1 parent d814423 commit abd467b
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
Expand Up @@ -129,9 +129,9 @@ classifier.toYAML('savedClassifier.yaml')

Imports data from an YAML file.
~~~typescript
classifier.toYAML('myFolder/savedClassifier.yaml')
classifier.fromYAML('myFolder/savedClassifier.yaml')
# Or simply
classifier.toYAML('savedClassifier.yaml')
classifier.fromYAML('savedClassifier.yaml')
~~~


0 comments on commit abd467b

Please sign in to comment.