Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Feb 12, 2023
1 parent 120a446 commit d5d48bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
*.*.* / 2023-2-**
3.0.0 / 2023-02-12
------------------
*
* ES Moduleになりました
- `import { summaly } from 'summaly';`で関数をインポートします
- デフォルトエクスポートはFastifyプラグインになります
* https/http agents options
* サーバーのコマンドはnpm run serveになりました

2.7.0 / 2022-07-09
------------------
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ summaly
Installation
----------------------------------------------------------------
```
npm install git+https://github.com/misskey-dev/summalygit
npm install git+https://github.com/misskey-dev/summaly.git
```

Usage
Expand All @@ -33,6 +33,9 @@ fastify.register(Summaly[, opts])
Run the server:

```
git clone https://github.com/misskey-dev/summaly.git
cd summaly
NODE_ENV=development npm install
npm run build
npm run serve
```
Expand Down

0 comments on commit d5d48bb

Please sign in to comment.