mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
small adjustments to warning syntax
This commit is contained in:
parent
53bb1c5a74
commit
e23947951f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user