Skip to content

Commit ee02083

Browse files
Fix README
1 parent 28fae5d commit ee02083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The documentation is available on [Read The Docs](http://neat-python.readthedocs
3434

3535
neat-python supports exporting trained networks to a JSON format that is framework-agnostic and human-readable. This allows you to:
3636

37-
- Convert networks to other formats (ONNX, TensorFlow, PyTorch, etc.) using third-party tools (the beginnings of an conversion system can be found in the examples/export directory)
37+
- Convert networks to other formats (ONNX, TensorFlow, PyTorch, etc.) using third-party tools (the beginnings of a conversion system can be found in the `examples/export` directory)
3838
- Inspect and debug network structure
3939
- Share networks across platforms and languages
4040
- Archive trained networks independently of neat-python

0 commit comments

Comments
 (0)