Skip to content

Commit

Permalink
📝 Improve the field group docs heading (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmolen committed Mar 18, 2024
1 parent 35afac7 commit d380557
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 @@ -43,9 +43,9 @@ Start by publishing the `config/acf.php` configuration file using Acorn:
$ wp acorn vendor:publish --tag="acf-composer"
```

### Generating a Field
### Generating a Field Group

To create your first field, start by running the following generator command from your theme directory:
To create your first field group, start by running the following generator command from your theme directory:

```bash
$ wp acorn acf:field Example
Expand Down

0 comments on commit d380557

Please sign in to comment.