shorter is better

This commit is contained in:
Philipp Kühn
2020-11-18 21:15:34 +01:00
parent 276118e48e
commit 107a6d7813

View File

@@ -64,8 +64,8 @@ To pull in tiptap for quick demos or just giving it a spin, grab the latest buil
<!doctype html> <!doctype html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="https://www.unpkg.com/@tiptap/core@latest"></script> <script src="https://unpkg.com/@tiptap/core@latest"></script>
<script src="https://www.unpkg.com/@tiptap/starter-kit@latest"></script> <script src="https://unpkg.com/@tiptap/starter-kit@latest"></script>
</head> </head>
<body> <body>
<div class="element"></div> <div class="element"></div>