Skip to content

Commit

Permalink
Merge pull request #18 from coxcore/develop
Browse files Browse the repository at this point in the history
Release 1.4.1
  • Loading branch information
coxcore authored Nov 28, 2020
2 parents f838b7f + b805a35 commit 8b5e38a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 예제

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

## 설치하기

Expand All @@ -19,7 +19,7 @@ $ npm install cox-postposition
#### CDN
```html
// jsdelivr
https://cdn.jsdelivr.net/npm/cox-postposition@1.3.0/dist/cox.postposition.min.js
https://cdn.jsdelivr.net/npm/cox-postposition@1.4.1/dist/cox.postposition.min.js
```

#### DOWNLOAD
Expand Down Expand Up @@ -48,7 +48,6 @@ console.log(sentence2); // 바다로 이동하면 잠수함을 얻습니다.
#### UMD - ES6 Module을 지원하지 않는 환경

```js
//const postposition = require('cox-postposition/dist/cox.postposition.min.js');
const postposition = require('cox-postposition/umd');

const kor = postposition.put('고양이', '');
Expand All @@ -67,7 +66,7 @@ console.log(sentence2); // 바다로 이동하면 잠수함을 얻습니다.
#### HTML

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

<script>
var kor = cox.postposition.put('고양이', '');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cox-postposition",
"version": "1.4.0",
"version": "1.4.1",
"description": "한글, 영문, 숫자에 대한 한글 조사를 처리하는 Javascript Library 입니다.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b5e38a

Please sign in to comment.