Skip to content

Commit

Permalink
Remove current version from README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk1ty committed Feb 7, 2021
1 parent eaca956 commit 7402c20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

A zero dependency crate to implement state machine.

### Current Version
0.1.0

### Usage

Let's have a look at the following simple example. This example shows the state machine
can transit its number (it called `current_state` in this machine)
from given string ("next") and then, it produces outputs.
Expand Down Expand Up @@ -68,10 +66,13 @@ fn main() {
assert_eq!(ButtonState::On, sm.current_state());
}
```

### License

MIT

### Contribution

All contributions are welcome.

If you have an idea to improve this crate, create new issue or submit new pull request.
Expand Down

0 comments on commit 7402c20

Please sign in to comment.