diff --git a/README.md b/README.md index 21b7aa0..32acf58 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A Kotlin Multiplatform library to generate `compose.ui.graphics.vector.ImageVect It also supports theme attributes. If you are using theme color attributes, like `?attr/colorPrimary` or `?attr/colorSecondary`, they can be converted to Compose `MaterialTheme` tokens, which means that you can update illustration colors based on the token values. It is also compatible with Material3 dynamic colors.