Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstandiford authored Jun 29, 2021
1 parent 875b613 commit 640a486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Loader That assists with adding blocks to a WordPress website.

### Using Composer

`composer require underpin/loaders/block-loader`
`composer require underpin/block-loader`

### Manually

Expand Down Expand Up @@ -44,4 +44,4 @@ Alternatively, you can extend `Block` and reference the extended class directly,

```php
underpin()->blocks()->add('block-key','Namespace\To\Class');
```
```

0 comments on commit 640a486

Please sign in to comment.