Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit a731fda

Browse files
author
Sohee Lee
committed
fix: typo of README and getting_started
1 parent 035af03 commit a731fda

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue wrapper for TOAST UI Editor
22

3-
> This is Vue component wrapping [TOAST UI Editor](https://github.nhnent.com/fe/tui.editor).
3+
> This is Vue component wrapping [TOAST UI Editor](https://github.com/nhnent/tui.editor).
44
55
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
66
[![github version](https://img.shields.io/github/release/nhnent/toast-ui.vue-editor.svg)](https://github.com/nhnent/toast-ui.vue-editor/releases/latest)
@@ -64,14 +64,6 @@ If you want to more details, see [Tutorials](https://github.com/nhnent/toast-ui.
6464
var ToustUI = require('@toast-ui/vue-editor'); // you can use toastui.Editor
6565
```
6666

67-
* Using `<script>`
68-
69-
If you just add javascript file to your html, you use CDN or `vue-editor.js` downloaded. Insert `<script>` in your html like this:
70-
71-
```html
72-
<script src="path/to/vue-editor.js"></script>
73-
```
74-
7567
* Using only Vue wrapper component
7668

7769
`vue-eidtor.js` has all of the tui.editor. If you only need vue wrapper component, you can use `@toast-ui/vue-editor/src/index.js` like this:
@@ -80,6 +72,14 @@ If you want to more details, see [Tutorials](https://github.com/nhnent/toast-ui.
8072
import { Editor } from '@toast-ui/vue-editor/src/index'
8173
```
8274

75+
* Using `<script>`
76+
77+
If you just add javascript file to your html, you use CDN or `vue-editor.js` downloaded. Insert `<script>` in your html like this:
78+
79+
```html
80+
<script src="path/to/vue-editor.js"></script>
81+
```
82+
8383
### Implement
8484

8585
First implement `<tui-editor>` in the template.
@@ -251,7 +251,7 @@ If it has no error, commit and then push it!
251251
For more information on PR's step, please see links of Contributing section.
252252
253253
## 📙 Documents
254-
* [Getting Started](https://github.com/nhnent/toast-ui.vue-editor/blob/production/docs/getting-started.md)
254+
* [Getting Started](https://github.com/nhnent/toast-ui.vue-editor/blob/master/docs/getting-started.md)
255255
256256
## 💬 Contributing
257257
* [Code of Conduct](https://github.com/nhnent/toast-ui.vue-editor/blob/master/CODE_OF_CONDUCT.md)

docs/getting-started.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ You can use the CDN as below.
4949
var ToustUI = require('@toast-ui/vue-editor'); // you can use toastui.Editor
5050
```
5151

52-
* Using `<script>`
53-
54-
If you just add javascript file to your html, you use CDN or `vue-editor.js` downloaded. Insert `<script>` in your html like this:
55-
56-
```html
57-
<script src="path/to/vue-editor.js"></script>
58-
```
59-
6052
* Using only Vue wrapper component
6153

6254
`vue-eidtor.js` has all of the tui.editor. If you only need vue wrapper component, you can use `@toast-ui/vue-editor/src/index.js` like this:
@@ -65,6 +57,14 @@ You can use the CDN as below.
6557
import { Editor } from '@toast-ui/vue-editor/src/index'
6658
```
6759

60+
* Using `<script>`
61+
62+
If you just add javascript file to your html, you use CDN or `vue-editor.js` downloaded. Insert `<script>` in your html like this:
63+
64+
```html
65+
<script src="path/to/vue-editor.js"></script>
66+
```
67+
6868
### Implement
6969

7070
First implement `<tui-editor>` in the template.
@@ -294,18 +294,18 @@ export default {
294294
var ToustUI = require('@toast-ui/vue-editor'); // you can use toastui.EditorViewer
295295
```
296296
297-
* Using `<script>`
298-
299-
```html
300-
<script src="path/to/vue-editor.js"></script>
301-
```
302-
303297
* Use just Vue wrapper component
304298
305299
```js
306300
import { EditorViewer } from '@toast-ui/vue-editor/src/index'
307301
```
308302
303+
* Using `<script>`
304+
305+
```html
306+
<script src="path/to/vue-editor.js"></script>
307+
```
308+
309309
### Implement
310310
311311
First implement `<tui-viewer>` in the template.

0 commit comments

Comments
 (0)