Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Napam authored May 26, 2024
1 parent 534ac74 commit 9657f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Meny is a super light weight framework for creating CLI menus
1. You have implemented some functions in some Python file (regardless of the intention of creating a CLI menu).
1. Then you realize it would be nice to have a CLI interface to call said functions.

Today is your lucky day! Because Meny is especially designed for this scenario! (which I have encountered surprisingly many times, hence this package). Just install and import `meny` and do
Today is your lucky day! Because Meny is especially designed for this scenario! (which I have encountered surprisingly many times, hence this package). Just install `meny` and do
```
meny yourfile.py
```
Expand Down

0 comments on commit 9657f46

Please sign in to comment.