korrect-js 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,15 @@
1
+ <p align="center">
2
+ <a href="https://github.com/jikwxng/korrect-js">
3
+ <img src="https://github.com/jikwxng/korrect-js/blob/main/assets/korrect-js.png?raw=true" width="500px">
4
+ </a>
5
+ </p>
6
+
1
7
  # korrect-js
2
8
 
3
9
  [![npm version](https://img.shields.io/npm/v/korrect-js.svg)](https://www.npmjs.com/package/korrect-js)
4
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
11
 
6
- **korrect-js**는 한국어 텍스트 처리와 맞춤법 검사를 간편하게 수행할 수 있는 자바스크립트 라이브러리입니다. 초성 추출, 조사 선택, 영타/한타 변환한국어 서비스 개발에 꼭 필요한 유틸리티들을 제공합니다.
12
+ **korrect-js**는 한국어 텍스트 처리와 맞춤법 검사를 간편하게 수행할 수 있는 자바스크립트 라이브러리입니다. **초성 추출**, **조사 선택**, **영타/한타 변환****한국어 서비스 개발**에 꼭 필요한 유틸리티들을 제공합니다.
7
13
 
8
14
  ## 주요 기능
9
15
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "korrect-js",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {