diff --git a/README.md b/README.md index b96a313a..c6d35c6c 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na backgroundColorSupported, single value backgroundImagelinear-gradient, radial-gradient, url, single value backgroundPositionSupport single value -backgroundSizeSupport two-value size i.e. `10px 20%` +backgroundSizeSupport two-value size i.e. 10px 20% backgroundClipborder-box, text backgroundRepeatrepeat, repeat-x, repeat-y, no-repeat, defaults to repeat @@ -267,7 +267,7 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na Mask maskImagelinear-gradient(...), radial-gradient(...), url(...)Example maskPositionSupportedExample -maskSizeSupport two-value size i.e. `10px 20%`Example +maskSizeSupport two-value size i.e. 10px 20%Example maskRepeatrepeat, repeat-x, repeat-y, no-repeat, defaults to repeatExample