Skip to content

Commit

Permalink
Fix error in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed Jun 20, 2022
1 parent a57e921 commit 0544919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you've previously been using procedural calls to functions and operations usi
You'll need to replace `markbaker/complex`in your `composer.json` file with the new library, but otherwise there should be no difference in the namespacing, or in the way that you have called the Complex functions in the past, so no actual code changes are required.

```shell
composer require markbaker/complex-functions:^1.0
composer require markbaker/complex-functions:^3.0
```

You should not reference this library (`markbaker/complex`) in your `composer.json`, composer wil take care of that for you.
Expand Down

0 comments on commit 0544919

Please sign in to comment.