pedroborges / kirby-autogit

⬢ Saves every change made via Kirby Panel to a Git repository
149 stars 23 forks source link

Typo in readme #44

Closed lukasleitsch closed 6 years ago

lukasleitsch commented 6 years ago

The readme contains the following line:

c::get('autogit.webhook.secret', 'MySuperSecret');

That don't work because we need to set the secret key. It should be:

c::set('autogit.webhook.secret', 'MySuperSecret');