Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanat05 authored Jun 4, 2022
1 parent b0683e9 commit f368838
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

[![PyPI version](https://img.shields.io/pypi/v/korcen.svg?style=flat-square)](https://python.org/pypi/korcen)
[![downloads](https://img.shields.io/pypi/dm/korcen.svg?style=flat-square)](https://pypi.org/project/korcen/)

[![NPM version](http://img.shields.io/npm/v/korcen.svg?style=flat-square)](https://www.npmjs.org/package/npm-expansions)
[![downloads](http://img.shields.io/npm/dm/korcen.svg?style=flat-square)](https://www.npmjs.org/package/npm-expansions)
</div>

![131_20220604170616](https://user-images.githubusercontent.com/85154556/171998341-9a7439c8-122f-4a9f-beb6-0e0b3aad05ed.png)

korean(한국어) censorship(검열)의 줄임말로

누구나 쉽게 텍스트에 비속어가 있는지 확인이 가능합니다.
Expand Down Expand Up @@ -35,7 +36,7 @@ $ npm i korcen

비속어가 있다면 True 없다면 False 출력하는 예시입니다.

>PyPI 0.1.6
>PyPI
```py
from korcen import korcen

Expand All @@ -45,7 +46,7 @@ text = input()
print(korcen.check(text))
```

>NPM 0.1.5
>NPM
```js
const { check } = require('korcen')
var content = check("문자열")
Expand Down

0 comments on commit f368838

Please sign in to comment.