From a8cb7f264ecb2ee50144085abd32fae7a8a7424b Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 12 Nov 2017 17:16:19 +0100 Subject: [PATCH] Add syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f75d7..96dd133 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Extensions are only needed if your app necessitates a high numbers of concurrent This simple example uses our [Artax](https://amphp.org/artax/) HTTP client to fetch multiple HTTP resources concurrently. -``` +```php