diff --git a/README.md b/README.md index f98f96b..581275f 100644 --- a/README.md +++ b/README.md @@ -25,22 +25,22 @@ see also [css/](css/) for info on the theme and working with that. 1. clone this repo -1. install deps (markdown parser) +2. install deps (markdown parser) ```bash composer install ``` -1. start a php development server +3. start a php development server ```bash php -S localhost:9000 ``` -1. create a feature branch +4. create a feature branch ```bash git checkout -b my-cool-feature ``` -1. [open a PR](https://tildegit.org/team/site/pulls) +5. [open a PR](https://tildegit.org/team/site/pulls) thanks!