From 091072cc3dc2be061a24ab514d85b4d2c621e93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Fri, 24 Aug 2018 09:13:31 +0200 Subject: [PATCH] add link to examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 288dad10..397e0825 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ A renderless and extendable rich-text editor for [Vue.js](https://github.com/vue | [`tiptap-commands`](https://github.com/heyscrumpy/tiptap/tree/master/packages/tiptap-commands) | [![](https://img.shields.io/npm/v/tiptap-commands.svg?maxAge=2592000&label=version&colorB=000000)](https://www.npmjs.com/package/tiptap-commands) | [![](https://img.shields.io/npm/dm/tiptap-commands.svg?colorB=000000)](https://npmcharts.com/compare/tiptap-commands?minimal=true) | A collection of commands. These are mostly used for extensions. | | [`tiptap-utils`](https://github.com/heyscrumpy/tiptap/tree/master/packages/tiptap-utils) | [![](https://img.shields.io/npm/v/tiptap-utils.svg?maxAge=2592000&label=version&colorB=000000)](https://www.npmjs.com/package/tiptap-utils) | [![](https://img.shields.io/npm/dm/tiptap-utils.svg?colorB=000000)](https://npmcharts.com/compare/tiptap-utils?minimal=true) | A collection of utility functions. | -[![](https://img.shields.io/npm/l/tiptap.svg?colorB=000000)](https://github.com/heyscrumpy/tiptaps) +## Examples +To check out some live examples, visit [tiptap.scrumpy.io](https://tiptap.scrumpy.io/). ## Installation ```