Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 update
composer require joomla-projects/joomla-browser:dev-develop
```

### Loading the Module in Codeception
Expand Down