From d0861650f90d2d1afd9116317323a4f63eedc1f5 Mon Sep 17 00:00:00 2001 From: Sofia Sousa Date: Mon, 6 Aug 2018 15:45:01 +0100 Subject: [PATCH] docs: Fix package link in readme --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 17fba43..250d92e 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,28 @@ We made [Gutenberg](https://github.com/Wordpress/gutenberg) editor a little more **customizable**! -Gutenberg editor can **be easly included in your apps** with this [package](https://github.com/front/gutenberg). Also you can customize blocks menu panels, blocks categories, document panels and more! +Gutenberg editor can **be easly included in your apps** with this [package](https://github.com/front/gutenberg-js). Also you can customize blocks menu panels, blocks categories, document panels and more! This package is based on [Gutenberg v3.2.0](https://github.com/WordPress/gutenberg/releases/tag/v3.2.0). ## Table of contents + * [Installation](#installation) - * [Dependencies](#dependencies) + * [Dependencies](#dependencies) * [Global variables](#global-variables) - * [apiRequest](#apirequest) - * [Post Types](#post-types) - * [Posts and Pages](#posts-and-pages) - * [Categories](#categories) - * [Index](#index) - * [Media](#media) - * [Taxonomies](#taxonomies) - * [url](#url) + * [apiRequest](#apirequest) + * [Post Types](#post-types) + * [Posts and Pages](#posts-and-pages) + * [Categories](#categories) + * [Index](#index) + * [Media](#media) + * [Taxonomies](#taxonomies) + * [url](#url) * [Usage](#usage) - * [Gutenberg Stores](#gutenberg-stores) - * [Registering Custom Blocks](#registering-custom-blocks) + * [Gutenberg Stores](#gutenberg-stores) + * [Registering Custom Blocks](#registering-custom-blocks) * [Customize your Gutenberg](#customize-your-gutenberg) - * [Events](#events) + * [Events](#events) ## Installation