From 39d74ed16ea21ab72312925af3de3324b190fd59 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Mon, 17 May 2021 16:28:37 +0100 Subject: [PATCH] Seperate out the colophon --- packages/edit-navigation/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/edit-navigation/README.md b/packages/edit-navigation/README.md index 359d5629719eec..1ee150967f8697 100644 --- a/packages/edit-navigation/README.md +++ b/packages/edit-navigation/README.md @@ -162,6 +162,7 @@ return ( - **Navigation block** - the root `core/navigation` block which can be used both with the Navigation Editor and outside (eg: Post / Site Editor). - **Navigation editor / screen** - the new screen provided by Gutenberg to allow the user to edit navigations using a block-based UI. - **Menus screen** - the current/existing [interface/screen for managing Menus](https://codex.wordpress.org/WordPress_Menu_User_Guide) in WordPress WPAdmin. - _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 IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._ + +_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 IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._

Code is Poetry.