jsmrtn / craftagram

Grab Instagram content through the Instagram Basic Display API
Other
14 stars 8 forks source link

Docs: crontab example typo #51

Closed Ottergoose closed 2 years ago

Ottergoose commented 2 years ago

README.md says:

/usr/bin/wget -q 0 0 1 * * https://www.yourwebsite.com/actions/craftagram/default/refresh-token >/dev/null 2>&1

... but should say:

0 0 1 * * /usr/bin/wget -q https://www.yourwebsite.com/actions/craftagram/default/refresh-token >/dev/null 2>&1