From 82c58c0c187517951ab5709811e00a54e7dae521 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Thu, 16 Jul 2015 14:47:19 +0200 Subject: [PATCH 1/2] Update README.md Regarding @rdohms We should use `composer install ` If you what to use the last version or install a version. see: https://www.youtube.com/watch?v=nGD7G8-ccqs&list=PLSwFVRVZ3joRlHSiJ8JxKsvI9uWlr1tik&index=53 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a81733b..03890ea 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Update Composer.json file in your project, adding ``` then do a ``` -composer update +composer install ``` ### Loading the Module in Codeception From 954c09edfa918aca988269a4b51cf7ee6dc2c75b Mon Sep 17 00:00:00 2001 From: zero-24 Date: Thu, 16 Jul 2015 14:59:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 03890ea..9650582 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,12 @@ To find a full list of them check the public methods at: https://github.com/joom If you want to see a working example of JoomlaBrowser check weblinks tests: https://github.com/joomla-extensions/weblinks#tests ## Using Instructions -Update Composer.json file in your project, adding +Update Composer.json file in your project, and download ### Download ``` -"require" : "joomla-projects/joomla-browser": "dev-develop" -``` -then do a -``` -composer install +composer require joomla-projects/joomla-browser:dev-develop ``` ### Loading the Module in Codeception