diff --git a/README.md b/README.md index 46f5950..caaa881 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ class TextNode { } interface HsData { - style?: DeclaredPlainStyle; + style?: DeclaredStyle; attrs?: {[k: string]: string}; }