diff --git a/README.md b/README.md
index 36dfcb1..75fe718 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-
+
-The repository for plotlylogomaker. A python project for making logos in plotly similar to [logomaker](https://github.com/jbkinney/logomaker/tree/master/logomaker).
-plotlylogomaker is inspired by the work of Kevin Kovalchik which is available on [GitHub](https://github.com/kevinkovalchik/Plotly-Logo).
+A python project for making logos in plotly similar to [logomaker](https://github.com/jbkinney/logomaker/tree/master/logomaker).
+plotlylogomaker is inspired by the work of [Kevin Kovalchik](https://github.com/kevinkovalchik/Plotly-Logo).
## Example
@@ -84,17 +84,17 @@ fig.write_image(PLOTLYLOGOMAKER_PATH / "singleplot_negative_frequencies.svg")
Single Plot Logo example
-
+
Subplot Logo example
-
+
Single Plot Logo with negative frequencies example
-
+
## Color Schemes
@@ -105,5 +105,4 @@ Three color schemes are defined in plotlylogomaker.color:
- Chemical Groups
- Nucleotides
-One can define their own color scheme using the plotlylogomaker.color.ColorScheme class.
-Currently, all alphabet letters can be used as keys.
\ No newline at end of file
+Users can define custom color schemes via the plotlylogomaker.color.ColorScheme class, where alphabet letters serve as the keys.
\ No newline at end of file