diff --git a/README.md b/README.md
index b5101f17..99395fa6 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,15 @@
ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.
+The next list shows drawing primitives ThorVG providing.
+ - Paints: Line, Arc, Curve, Path, Shapes, Polygons
+ - Filling: Solid, Linear, Radial Gradient
+ - Scene Graph & Affine Transformation (translation, rotation, scale ...)
+ - Stroking: Width, Join, Cap, Dash
+ - Composition: Blending, Masking, Path Clipping, etc
+ - Pictures: SVG, Bitmap, ...
-
+
## Contents
- [Building ThorVG](#building-thorvg)
- [Meson Build](#meson-build)