Skip to content

Commit cc31f36

Browse files
author
Fredrick Peter
committed
update
1 parent 1b2d063 commit cc31f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Prior to installing `php-orm-database` get the [Composer](https://getcomposer.or
118118
**Step 1** — update your `composer.json`:
119119
```composer.json
120120
"require": {
121-
"peterson/php-orm-database": "^4.3.0"
121+
"peterson/database": "^4.3.0"
122122
}
123123
```
124124

@@ -129,7 +129,7 @@ composer update
129129

130130
**Or composer require**:
131131
```
132-
composer require peterson/php-orm-database
132+
composer require peterson/database
133133
```
134134

135135
## Instantiate

0 commit comments

Comments
 (0)