From c4cfbfa182b2d655d5bd6f44ec45d8dc56659783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Pinto=20Ferreira?= Date: Sat, 24 Sep 2022 15:25:05 -0300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee34bf1..652e0ee 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This is a scientific research project, being developed in [FATEC Americana](http 3. Run whatever project you want 😃 ## :recycle: Contribute - 1. Fork this repository; + 1. Fork this repository 2. Create a branch with your feature: ```git checkout -b my-feature``` 3. Commit your changes: ```git commit -m 'feat: My new feature'``` 4. Push your branch: ```git push origin my-feature```