1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Add syntax highlighting

This commit is contained in:
Niklas Keller 2017-11-12 17:16:19 +01:00
parent 6e2df2fdce
commit a8cb7f264e

View File

@ -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
<?php
use Amp\Artax\Response;