small adjustments to warning syntax

This commit is contained in:
Farook Al-Sammarraie 2022-06-27 12:02:39 +03:00 committed by GitHub
parent 53bb1c5a74
commit e23947951f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,11 @@ Crow is a C++ framework for creating HTTP or Websocket web services. It uses rou
## Documentation ## Documentation
Available [here](https://crowcpp.org). Available [here](https://crowcpp.org).
## Examples
> **Warning** > **Warning**
> If you are using version v0.3, then you have to put `#define CROW_MAIN` at the top of one and only one source file. Not doing so will result in errors. >
> If you are using Crow v0.3, then you have to put `#define CROW_MAIN` at the top of one and only one source file.
## Examples
#### Hello World #### Hello World
```cpp ```cpp