Skip to content

Commit

Permalink
Sync changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykomlev committed Feb 12, 2024
1 parent 594027a commit ab52997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Since, our repository are public package we listed this repository on Packagist,

```console
cd /path-to-app/
composer require nextpost-tech/speedtest-php
composer require graftype/speedtest-php
```

### By updating composer.json file of your project
Expand All @@ -54,7 +54,7 @@ composer require nextpost-tech/speedtest-php
// ---
// Other packages
// ---
"nextpost-tech/speedtest-php": "^1.0"
"graftype/speedtest-php": "^1.0"
}
}
```
Expand All @@ -81,7 +81,7 @@ Use following command, when you need to install library **to new project** using
```php
{
"require": {
"nextpost-tech/speedtest-php": "^1.0"
"graftype/speedtest-php": "^1.0"
}
}
```
Expand Down

0 comments on commit ab52997

Please sign in to comment.