diff --git a/README.md b/README.md
index d1040f6f..60917b52 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ The following table shows the names of implementing classes and what platforms t
| `SharedPreferencesSettings`1 | `android.content.SharedPreferences` | Android |
| `StorageSettings` | Web Storage (localStorage) | JS, WasmJS |
| `RegistrySettings`2 | Windows Registry | MingwX64 |
-| `DataStoreSettings`3 | `androidx.datastore.core.DataStore | Android, JVM, Native |
+| `DataStoreSettings`3 | `androidx.datastore.core.DataStore` | Android, JVM, Native |
| `MapSettings`1,4 | `kotlin.collections.MutableMap` | All platforms |