From fe73d518c519fb2da3e95ff052d2574e7b463f17 Mon Sep 17 00:00:00 2001 From: Moussa Sidibe Date: Tue, 31 Oct 2017 11:50:45 +0000 Subject: [PATCH] HotFix : Add vendor name to the composer package in the doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad9685fe..9b0ad882 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you are using Composer, you need to add the following dependency: ```json "require": { - "yoti-php-sdk" : "1.0.*" + "yoti/yoti-php-sdk" : "1.0.*" } ```