From 19c958919e89f73195a499859028bff0c704a6e5 Mon Sep 17 00:00:00 2001
From: Gwenael Pluchon
Date: Mon, 21 May 2018 23:31:48 +0200
Subject: [PATCH] docs(docs): fix typos and glitches in readme and images
---
README.md | 17 -----------------
images/example1.png | Bin 17644 -> 16900 bytes
2 files changed, 17 deletions(-)
diff --git a/README.md b/README.md
index 0e6561c..edc70c4 100644
--- a/README.md
+++ b/README.md
@@ -23,22 +23,6 @@ vue-diagrams can be used as a module in both CommonJS and ES modular environment
When in non-modular environment, vue-diagrams will register all the components to vue by itself.
-### ES6
-```js
-//
-// You can register a component manually
-//
-import { Diagram } from 'vue-diagrams';
-
-export default {
- ...
- components: {
- Diagram
- },
- ...
-};
-```
-
### After that, you can use it in your Vue components:
```html
@@ -46,7 +30,6 @@ export default {