diff --git a/README.md b/README.md
index ef96dde..e73952e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Actions for android animations. Inspired by libgdx scene2d actions.
The main goal of this project is making creating of complex animations easier.
You may create animations like in demo with just a couple lines of code.
-##Actions
+## Actions
`sequence` - executes actions sequentially
`delay` - inserts pause into sequence
`run` - will run target runnable, useful in sequences
@@ -26,7 +26,7 @@ You may create animations like in demo with just a couple lines of code.
`play` - plays specified action on specified view
-##Interpolations
+## Interpolations
Library contains class `Interpolations` with different predefined interpolations which may be useful for animations.
## Demo