From 5e8bdaabcff4e69506730af9f62787a229d14a32 Mon Sep 17 00:00:00 2001 From: The-EDev Date: Tue, 13 Jun 2023 07:54:36 +0300 Subject: [PATCH] Updated documentation and badges --- README.md | 3 +-- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73e84c53c..50b83715c 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@

A Fast and Easy to use microframework for the web.

-Build Status +Build Status Coverage Status Documentation Gitter Open Collective

- ## Description Crow is a C++ framework for creating HTTP or Websocket web services. It uses routing similar to Python's Flask which makes it easy to use. It is also extremely fast, beating multiple existing C++ frameworks as well as non C++ frameworks. diff --git a/mkdocs.yml b/mkdocs.yml index 8024a1259..2755c3348 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -108,4 +108,4 @@ extra_css: - 'stylesheets/latofonts.css' - 'stylesheets/extra.css' -copyright: 'Copyright © 2020-2022 CrowCpp' +copyright: 'Copyright © 2020-2023 CrowCpp'