From c563c665fb1a1ed3a2f96a3d23518474c1b8e917 Mon Sep 17 00:00:00 2001 From: Dimitar Ivanov Date: Thu, 9 Jan 2020 23:21:41 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7f52bca..df4aabd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # php-osrm PHP client for Project-OSRM. + +https://zinoui.com/ +#### Installation +- via composer +``` +composer require riverside/php-osrm +``` + +#### Loading +```php +require __DIR__ . '/vendor/autoload.php'; +``` \ No newline at end of file