Skip to content

Commit 4da1e7e

Browse files
committed
docs: small improvements
1 parent d6edcb2 commit 4da1e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Key-Value Web Server [![Code license](https://img.shields.io/github/license/work-examples/key-value-web-server)](LICENSE)
22

3-
An HTTP web server with a REST API for persistent key-value storage.
3+
**Example project:** An HTTP web server with a REST API for persistent key-value storage.
44
Collects read-write statistics for the entire storage and for each key.
55

66
**Language**: `C++17`
@@ -13,7 +13,7 @@ Collects read-write statistics for the entire storage and for each key.
1313
| **master** | [![CI status](https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=master)](https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml?query=branch%3Amaster) | [![CodeQL Code Analysis Status](https://github.com/work-examples/key-value-web-server/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/work-examples/key-value-web-server/actions/workflows/codeql-analysis.yml?query=branch%3Amaster) | [![Microsoft C++ Code Analysis Status](https://github.com/work-examples/key-value-web-server/actions/workflows/msvc.yml/badge.svg?branch=master)](https://github.com/work-examples/key-value-web-server/actions/workflows/msvc.yml?query=branch%3Amaster) |
1414
| **develop** | [![CI status](https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=develop)](https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml?query=branch%3Adevelop) | \[not applicable\] | \[not applicable\] |
1515

16-
## Test Task Description
16+
## C++ Programmer's Test Task Description
1717

1818
You need to write two applications, a client and a server, that communicate with each other.
1919

0 commit comments

Comments
 (0)