piotrmurach / tty

Toolkit for developing sleek command line apps.
https://ttytoolkit.org
MIT License
2.5k stars 78 forks source link

Correct method names in README.md #65

Closed pjezusek closed 4 years ago

pjezusek commented 4 years ago

Describe the change

Change method names in README.md.

Why are we doing this?

There are small typos in README.md which should be removed:

  1. teletype add get --args "*names" generates get method not config.
  2. teletype add set --args name value generates set method not config.

Benefits

Removed errors from the documentation/usage description.

Drawbacks

None

Requirements

Put an X between brackets on each line if you have done the item: [] Tests written & passing locally? [] Code style checked? [] Rebased with master branch? [X] Documentaion updated?

piotrmurach commented 4 years ago

Thank you! ❤️