Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vistik authored Aug 17, 2017
1 parent 902a63e commit 95d11b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can navigate to `https://<APP_URL>/_health/stats` and get all stats, includi

### Creating your own health checks

In order to create your own health checks, you just need to extend the `Vistik\Checks\HealthCheck` class and implement the `run()` method.
In order to create your own health checks, you just need to extend the `PhpSafari\Checks\HealthCheck` class and implement the `run()` method.

**Example:**

Expand Down

0 comments on commit 95d11b1

Please sign in to comment.