Skip to content

Commit 75c522f

Browse files
authored
Merge pull request #484 from D7EAD/master
Optionally make use of Markdown 'warning' notation.
2 parents 6f1baed + e239479 commit 75c522f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Crow is a C++ framework for creating HTTP or Websocket web services. It uses rou
3333
## Documentation
3434
Available [here](https://crowcpp.org).
3535

36-
## Examples
37-
38-
#### Disclaimer
36+
> **Warning**
37+
>
38+
> 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.
3939
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.
40+
## Examples
4141

4242
#### Hello World
4343
```cpp

0 commit comments

Comments
 (0)