diff --git a/README.md b/README.md
index 7cba3d2..ae6684f 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
 # Drupal 8 - Workflow Moderation (Manage Revisions)
 - Workflow Moderation is a module for the configuration of workflow to create, moderate and publish content revisions.
 
-# Module Features 
-* Workflow Moderation handle the status of node depneds on the states. 
+# Module Features
+* Workflow Moderation handle the status of node depends on the states.
 * It override node status of Drupal core's "unpublished" and "published" with respective to workflow state configuration.
-* It affects the behavior of node revisions when nodes are published. 
+* It affects the behavior of node revisions when nodes are published.
 * Moderation states are tracked per-revision; rather than moderating nodes, Workflow Moderation moderates revisions.
 
 # You use it in scenario's like this:
-* Authors write content that must be reviewed (and possibly edited) by moderators. 
+* Authors write content that must be reviewed (and possibly edited) by moderators.
 * Once the moderators have published the content, authors should be prevented from modifying it while “live”, but they should be able to submit new revisions to their moderators.
 
 # Module Required
