diff --git a/README.md b/README.md
index d7d250e88808d32a960f8989f43be197873c3982..4da1a0687c44c8a29412ad6e90489db068b4bb21 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ individual: # Individual representation ("Tree" or "Linear")
 
 params:
   env: # env-id from the gym/bullet env. ex:"MountainCarContinuous-v0"
-  function_set: #F unction set size ("small" or "extended")
+  function_set: #Function set size ("small" or "extended")
   c: # Exploration constante for UCB (float)
   n_episodes: # Number of episode per evaluation (int)
   n_steps: # Number of step per evaluation (int)
@@ -72,4 +72,4 @@ seed: #set seed for random
 ```
 
 ## See the result
-Once an experiment is finished, you can see inspect results like in `tutorial.ipynb`. This notebook show how to see and run an individual from a saved population.
\ No newline at end of file
+Once an experiment is finished, you can see inspect results like in `tutorial.ipynb`. This notebook show how to see and run an individual from a saved population.