In the readme, the code sample for [`run_action()` section](https://github.com/techcrunch/wp-async-task#run_action) is ``` protected method run_action() { ``` but should be ``` protected function run_action() { ```
In the readme, the code sample for
run_action()section isbut should be