Skip to content

Commit

Permalink
Merge pull request #12 from coxcore/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
coxcore authored Jun 7, 2019
2 parents efda97e + 7ec8a23 commit 27b44c9
Show file tree
Hide file tree
Showing 7 changed files with 1,347 additions and 4,440 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"es6" : true
},
"sourceType": "module"
},
"rules": {
"quotes": [2, "single"],
"indent": [2, 4],
"comma-dangle": [2, "always"]
}
}
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 예제

[예제 보기](https://cdn.rawgit.com/coxcore/postposition/1.2.0/demo/index.html)
[예제 보기](https://coxcore.github.io/postposition/1.3.0/demo/index.html)

## 설치하기

Expand All @@ -18,11 +18,8 @@ $ npm install cox-postposition

#### CDN
```html
// rawgit
https://cdn.rawgit.com/coxcore/postposition/1.2.0/dist/cox.postposition.min.js

// jsdelivr
https://cdn.jsdelivr.net/npm/cox-postposition@1.2.0/dist/cox.postposition.min.js
https://cdn.jsdelivr.net/npm/cox-postposition@1.3.0/dist/cox.postposition.min.js
```

#### DOWNLOAD
Expand Down Expand Up @@ -69,7 +66,7 @@ console.log(sentence2); // 바다로 이동하면 잠수함을 얻습니다.
#### HTML

```html
<script src="https://cdn.rawgit.com/coxcore/postposition/1.2.0/dist/cox.postposition.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cox-postposition@1.3.0/dist/cox.postposition.min.js"></script>

<script>
var kor = cox.postposition.put('고양이', '');
Expand Down
2 changes: 1 addition & 1 deletion dist/cox.postposition.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 27b44c9

Please sign in to comment.