Skip to content

Commit cfd92bb

Browse files
committed
fix readme
1 parent 250bb81 commit cfd92bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Here's the improved version of your README.md with corrected grammar and formatting:
2-
31
# Simple Finite State Machine
42

53
This package provides a simple implementation of a Finite State Machine (FSM) in Python.
@@ -13,5 +11,5 @@ pip install git+https://github.com/MQ37/le-automata
1311

1412
## Usage
1513

16-
To use the FSM package, you can follow the example provided in the `examples.py` file. The file demonstrates how to create an instance of the FSM and test it with different input words.
14+
To use the FSM package, you can follow the example provided in the `example.py` file. The file demonstrates how to create an instance of the FSM and test it with different input words.
1715

0 commit comments

Comments
 (0)