Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit 0e9dcba

Browse files
authored
Update README.md
1 parent 8cf9e7e commit 0e9dcba

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ require 'recipe/slack.php';
1818

1919
## Recipes
2020

21-
| Recipe | Docs | Usage
22-
| ------ | ---- | -----
23-
| bugsnag | [read](docs/bugsnag.md) | `require 'recipe/bugsnag.php';`
24-
| cachetool | [read](docs/cachetool.md) | `require 'recipe/cachetool.php';`
25-
| cloudflare | [read](docs/cloudflare.md) | `require 'recipe/cloudflare.php';`
26-
| hipchat | [read](docs/hipchat.md) | `require 'recipe/hipchat.php';`
27-
| newrelic | [read](docs/newrelic.md) | `require 'recipe/newrelic.php';`
28-
| npm | [read](docs/npm.md) | `require 'recipe/npm.php';`
29-
| phinx | [read](docs/phinx.md) | `require 'recipe/phinx.php'`
30-
| rabbit | [read](docs/rabbit.md) | `require 'recipe/rabbit.php';`
31-
| rollbar | [read](docs/rollbar.md) | `require 'recipe/rollbar.php';`
32-
| rsync | [read](docs/rsync.md) | `require 'recipe/rsync.php';`
33-
| sentry | [read](docs/sentry.md) | `require 'recipe/sentry.php';`
34-
| slack | [read](docs/slack.md) | `require 'recipe/slack.php';`
35-
| yarn | [read](docs/yarn.md) | `require 'recipe/yarn.php';`
21+
| Recipe | Docs
22+
| ------ | ----
23+
| bugsnag | [read](docs/bugsnag.md)
24+
| cachetool | [read](docs/cachetool.md)
25+
| cloudflare | [read](docs/cloudflare.md)
26+
| hipchat | [read](docs/hipchat.md)
27+
| newrelic | [read](docs/newrelic.md)
28+
| npm | [read](docs/npm.md)
29+
| phinx | [read](docs/phinx.md)
30+
| rabbit | [read](docs/rabbit.md)
31+
| rollbar | [read](docs/rollbar.md)
32+
| rsync | [read](docs/rsync.md)
33+
| sentry | [read](docs/sentry.md)
34+
| slack | [read](docs/slack.md)
35+
| yarn | [read](docs/yarn.md)
3636

3737

3838
## Contributing

0 commit comments

Comments
 (0)