From cc5161f5a608b978704775ab2d00e5937d6bf206 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Tue, 31 Aug 2021 21:40:36 +0000 Subject: [PATCH] fix contribution steps list on README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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!