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'