Skip to content

Commit

Permalink
release...
Browse files Browse the repository at this point in the history
  • Loading branch information
libtv committed Feb 23, 2022
1 parent 116b2f3 commit 4d5a17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ From Github Releases:
아래는 CJS 형태에서 임포트를 하기 위한 방법입니다.

```ts
const { expressLimit } = require("./limit");
const { expressLimit } = require("express-access-limit");
```

### Examples
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": "express-access-limit",
"version": "1.0.2",
"version": "1.0.3",
"description": "익스프레스 요청 바디 부분 암호화 처리 라이브러리",
"keywords": [
"express",
Expand Down

0 comments on commit 4d5a17f

Please sign in to comment.