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() { ```