We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f1baed + e239479 commit 75c522fCopy full SHA for 75c522f
README.md
@@ -33,11 +33,11 @@ Crow is a C++ framework for creating HTTP or Websocket web services. It uses rou
33
## Documentation
34
Available [here](https://crowcpp.org).
35
36
-## Examples
37
-
38
-#### Disclaimer
+> **Warning**
+>
+> 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.
39
40
-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.
+## Examples
41
42
#### Hello World
43
```cpp
0 commit comments