From 35c713f45b12f1c9d9d0c671b29b55aee0af4c46 Mon Sep 17 00:00:00 2001 From: Marcus Povey Date: Sat, 23 Feb 2019 23:36:39 +0000 Subject: [PATCH] Updating README with composer details --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a01ba32..1e5ff62 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ Example: print_r(\ogp\Parser::parse($content)); ``` +Installation +------------ + +To install this in your project: + +``` +composer require mapkyca/php-ogp +``` + Author ------