Skip to content

Commit b4b4df8

Browse files
authored
Merge pull request #80 from tomasvts/patch-1
Update README.md: Use composer require
2 parents e01bc3c + fe09ade commit b4b4df8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
This is the PHP library for the [uap-core](https://github.com/ua-parser/uap-core) project.
99

1010
## Installation ##
11-
Add `ua-parser/uap-php` to the require section of your `composer.json` file and run `composer update`.
11+
```
12+
composer require ua-parser/uap-php
13+
```
1214

1315
## Usage ##
1416

0 commit comments

Comments
 (0)