Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
ericof and stevepiercy authored May 16, 2024
1 parent 7d1332a commit 4a2ad52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

## About

Powered by [Cookieplone](https://github.com/plone/cookieplone "Link to the GitHub repository of Cookieplone" ), a collection of templates intended to be used by Plone integrators.
Powered by [Cookieplone](https://github.com/plone/cookieplone "Link to the GitHub repository of Cookieplone"), this project is a collection of templates intended to be used by Plone integrators.

## Prerequisites

- **[pipx](https://pipx.pypa.io/ "Link to the website of pipx")**: A tool for installing and running Python applications.
- **[pipx](https://pipx.pypa.io/stable/ "Link to the website of pipx")**: A tool for installing and running Python applications.

## Installation 💾

Expand All @@ -31,7 +31,7 @@ pip install pipx

## Choose a template 🛠️

Run the `cookieplone` command to select a template:
Select a template with the following command:

```shell
pipx run cookieplone
Expand Down
2 changes: 1 addition & 1 deletion backend_addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These are all the template options that will be prompted by the [Cookiecutter CL
## Code Quality Assurance 🧐

Your package comes equipped with linters to ensure code quality.
Run the following to automatically format your code:
Run the following command to automatically format your code:

```shell
make format
Expand Down

0 comments on commit 4a2ad52

Please sign in to comment.