Skip to content

Commit

Permalink
Correct incorrect grammar in README
Browse files Browse the repository at this point in the history
The README has been updated to fix some grammatical errors. These errors were present in descriptions of how the bundle operates and the function of the 'shortcuts' member. The corrections ensure an easier and clearer understanding of the project for users.
  • Loading branch information
Spomky committed Dec 17, 2023
1 parent 53882ea commit 9bb587d
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 @@ -145,13 +145,13 @@ phpwa:
label: "View of the dashboard on Android"
```

The bundle will automatically generate 2 screenshots from the source images and add additional information in the manifest
The bundle will automatically generate screenshots from the source images and add additional information in the manifest
such as the `sizes` and the `form_factor` (`wide` or `narrow`).
The `format` parameter is optional. It indicates the format of the generated image. If not set, the format will be the same as the source image.

## Manifest Shortcuts

The `shortcuts` member may contains a list of icons.
The `shortcuts` member may contain a list of icons.
The parameters are very similar to the `icons` member.

```yaml
Expand Down

0 comments on commit 9bb587d

Please sign in to comment.