diff --git a/README.md b/README.md index bdd0eea5a7..d1951e43f7 100644 --- a/README.md +++ b/README.md @@ -288,8 +288,8 @@ You can use all of the following options with the standalone version of the colors.primary.main, visited: ({ typography }) => typography.links.color, hover: ({ typography }) => lighten(0.2, typography.links.color), - textDecoration: 'auto', - hoverTextDecoration: 'auto', + textDecoration: 'underline', + hoverTextDecoration: 'underline', }, }, sidebar: {