rienafairefr / pynYNAB

a python client for the new YNAB
MIT License
138 stars 12 forks source link

Wiki: fix wrong module name #47

Closed chbndrhnns closed 6 years ago

chbndrhnns commented 6 years ago

https://github.com/rienafairefr/pynYNAB/wiki/Examples-of-usage#client-factory states to use

from pynYNAB.Client import clientfromargs.

Instead, it needs to be from pynYNAB.ClientFactory import clientfromargs.

rienafairefr commented 6 years ago

fixed.