From 0cd5360d8a893662a297351a7c0f7684f97fb14b Mon Sep 17 00:00:00 2001 From: Stephann V <3025661+stephannv@users.noreply.github.com> Date: Fri, 21 Apr 2023 19:29:40 -0300 Subject: [PATCH] docs: Fix fork url and add CI badges to README (#44) --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85fb914..ebb0dff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@

- Blueprint + Blueprint logo

@@ -10,6 +16,11 @@ A framework for writing reusable and testable HTML templates in plain Crystal.

+

+ Tests & Code Format + Weekly CI +

+ ------ ## Documentation @@ -18,7 +29,7 @@ For full documentation, visit . ## Contributing -1. Fork it () +1. Fork it () 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)