diff --git a/packages/annotations/README.md b/packages/annotations/README.md index a1585de3106cb..1c20f8956e587 100644 --- a/packages/annotations/README.md +++ b/packages/annotations/README.md @@ -13,3 +13,5 @@ npm install @wordpress/annotations --save _This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. Learn more about it in [Babel docs](https://babeljs.io/docs/en/next/caveats)._ ## Usage + +

Code is Poetry.

diff --git a/packages/babel-plugin-makepot/README.md b/packages/babel-plugin-makepot/README.md index 06e8ceaf341d5..9f43abf09a00e 100644 --- a/packages/babel-plugin-makepot/README.md +++ b/packages/babel-plugin-makepot/README.md @@ -15,3 +15,5 @@ Install the module: ```bash npm install @wordpress/babel-plugin-makepot --save-dev ``` + +

Code is Poetry.

diff --git a/packages/data/README.md b/packages/data/README.md index 630d30ef9df6c..8e3ef328516ec 100644 --- a/packages/data/README.md +++ b/packages/data/README.md @@ -416,3 +416,5 @@ Specific implementation differences from Redux and React Redux: - In `@wordpress/data`, a `withSelect` mapping function can return `undefined` if it has no props to inject. - In React Redux, the `mapDispatchToProps` argument can be defined as an object or a function. - In `@wordpress/data`, the `withDispatch` higher-order component creator must be passed a function. + +

Code is Poetry.

diff --git a/packages/editor/README.md b/packages/editor/README.md index 0b908871df924..ca608c4d579d1 100644 --- a/packages/editor/README.md +++ b/packages/editor/README.md @@ -120,3 +120,5 @@ Example: window.wp.element ); ``` + +

Code is Poetry.

diff --git a/packages/nux/README.md b/packages/nux/README.md index 7cf0ce1d4bd07..f946c7ec85e38 100644 --- a/packages/nux/README.md +++ b/packages/nux/README.md @@ -100,3 +100,5 @@ console.log( 'Tips in this guide:', guide.tipIds ); console.log( 'Currently showing:', guide.currentTipId ); console.log( 'Next to show:', guide.nextTipId ); ``` + +

Code is Poetry.

diff --git a/packages/plugins/README.md b/packages/plugins/README.md index a4ace1daf8f3c..4c19538984892 100644 --- a/packages/plugins/README.md +++ b/packages/plugins/README.md @@ -162,3 +162,5 @@ const Layout = () => ( ); ``` {% end %} + +

Code is Poetry.

diff --git a/packages/viewport/README.md b/packages/viewport/README.md index 08e2d33fb748f..3431d99b216de 100644 --- a/packages/viewport/README.md +++ b/packages/viewport/README.md @@ -72,3 +72,5 @@ function MyComponent( { isMobile } ) { MyComponent = withViewportMatch( { isMobile: '< small' } )( MyComponent ); ``` + +

Code is Poetry.

diff --git a/packages/wordcount/README.md b/packages/wordcount/README.md index a4366a8b417e4..eb17c4331280f 100644 --- a/packages/wordcount/README.md +++ b/packages/wordcount/README.md @@ -27,3 +27,6 @@ count accepts three parameters: ```JS import { count } from '@wordpress/wordcount'; const numberOfWords = count( 'Words to count', 'words', {} ) +``` + +

Code is Poetry.