Update README.md
authorHermet Park <hermetpark@gmail.com>
Thu, 17 Sep 2020 03:06:42 +0000 (12:06 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 17 Sep 2020 03:11:34 +0000 (12:11 +0900)
retouch the layout and fix some grammars.

Change-Id: I9ee6a7abaa0a1b4e160639b7f3dbea5fc81851c5

README.md

index b02efbc..5c1e753 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.