Update README.md

This commit is contained in:
Andrei Yankovich 2021-04-16 10:05:32 +03:00 committed by GitHub
parent 57e4287b3d
commit bdc1493687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Simple Qml notification service for qml applications.
### Notification
### CPP
#### CPP
``` cpp
#include <qmlnotifyservice.h>
@ -55,7 +55,7 @@ Simple Qml notification service for qml applications.
```
### QML
#### QML
``` qml
@ -68,7 +68,7 @@ Simple Qml notification service for qml applications.
### Questions
### CPP
#### CPP
``` cpp
#include <qmlnotifyservice.h>
@ -90,7 +90,7 @@ Simple Qml notification service for qml applications.
```
### QML
#### QML
``` qml