Update README.md

retouch the layout and fix some grammars.
This commit is contained in:
Hermet Park 2020-09-17 12:06:42 +09:00 committed by GitHub
parent 0e9133cb63
commit 7e30c217b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ ThorVG is a platform independent lightweight standalone C++ library for drawing
- [API Bindings](#api-bindings)
- [Issues or Feature Requests?](#issues-or-feature-requests)
[](#contents)
<br />
## Building ThorVG
thorvg supports [meson](https://mesonbuild.com/) build system.
<br />
@ -139,7 +141,7 @@ canvas->draw();
canvas->sync();
```
Now you can acquire the rendered image in buffer memory.
Now you can acquire the rendered image from the buffer memory.
Lastly, terminate the engine after usage.