From 0e0dd95ef2660b8f8b0690ec0ba1ef50ded7954c Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 23 Aug 2021 12:23:33 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a3e714..1f9bf6a 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ export const { makeStyles, useStyles, //<- This useStyles is like the useStyles you get when you // call makeStyles but it doesn't return a classes object. + withStyle, //<- As discussed in this issue: https://github.com/garronej/tss-react/issues/16 } = createMakeStyles({ useTheme }); ```