diff --git a/README.md b/README.md
index d85692c867f36520fd3abf46f282dd1d68ee296a..65f3465bb394e0cb2a76b78779963c17b62507a5 100644
--- a/README.md
+++ b/README.md
@@ -10,20 +10,20 @@ released by DeepMind in July 2021. After DeepMind released AlphaFold-Multimer [v
 
 #### Version 1.2 (2022-02-19)
 
-- Added supports to AF-Multimer neural network models, in both paired and unpaired MSAs modes.
+- Added supports to AF-Multimer neural network models, in both paired and unpaired MSAs modes
 - Domain cropping from pre-generated full monomer features (in unpaired MSAs mode only)
 - Checkpoint option for model inference
 - Code refactoring
 
 #### Version 1.0 (2021-11-09)
 
-- Predicting structural models of a protein complex, e.g., a homooligomer or heterooligomer.
+- Predicting structural models of a protein complex
 - Paired MSAs are not required for complex modeling
 - Metrics for evaluating structural models of protein-protein interfaces
 - Option to save the intermediate models during recycles
 - Added `genome`, `super`, `economy` presets
 - Modularized workflow including feature generation, DL model
-inference and MD minimization.
+inference and MD minimization
 
 ## Installation