Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in README #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository builds a new WordPress project based on the popular [Bedrock boilerplate](https://github.com/roots/bedrock/), configured to automatically deploy code to a [Kubernetes](https://kubernetes.io/) cluster using [CircleCI](https://circleci.com/).

## Prequisites
## Prerequisites

You need to have [Composer](https://getcomposer.org/), [jq](https://github.com/jqlang/jq) and [Lando](https://lando.dev/) installed before creating a project.

Expand All @@ -14,4 +14,4 @@ Create a new project using Composer:
$ composer create-project wunderio/wp-project project-name
```

The project automatically clones the latest version of the Bedrock boilerplate and adds Wunder-specific additions to it. The script also asks for some additional information like the wanted local domain name etc. during the creation.
The project automatically clones the latest version of the Bedrock boilerplate and adds Wunder-specific additions to it. The script also asks for some additional information like the wanted local domain name etc. during the creation.