diff --git a/README.md b/README.md
index 6271bb7..bd73d3b 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ This starter repository for building react/redux dapps uses the latest bleeding-
Use JSX syntax with all ES6 features, and some of ES7 (see .babelrc).
CSS in modules
- Write composable, modular and maintenable CSS with your components.
+ Write composable, modular and maintainable CSS with your components.
Predictable state management
Unidirectional data flow with Redux helps you write applications that behave consistently and are easy to test. On top of that, it provides a great developer experience.