diff --git a/README.ko.md b/README.ko.md
index aa4de1b..56664a1 100644
--- a/README.ko.md
+++ b/README.ko.md
@@ -2,10 +2,8 @@
[![Travis ci](https://travis-ci.org/Sh031224/time-counting.svg?branch=master)](https://travis-ci.org/github/Sh031224/time-counting)
[![Github issues](https://img.shields.io/github/issues/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
-[![Github forks](https://img.shields.io/github/forks/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
[![Githug stars](https://img.shields.io/github/stars/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
[![Github license](https://img.shields.io/github/license/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
-[![Package version](https://img.shields.io/github/package-json/v/Sh031224/time-counting)](https://github.com/Sh031224/time-counting)
[![Downloads](https://img.shields.io/npm/dy/time-counting)](https://www.npmjs.com/package/time-counting)
[![Npm version](https://img.shields.io/npm/v/time-counting)](https://www.npmjs.com/package/time-counting)
@@ -61,9 +59,7 @@ console.log(
```typescript
import TimeCounting from "time-counting";
-console.log(
- TimeCounting("2020-08-10", { objectTime: "2020-08-11", lang: "ko" })
-);
+console.log(TimeCounting("2020-08-10", { objectTime: "2020-08-11", lang: "ko" }));
```
```sh
diff --git a/README.md b/README.md
index 2f92336..f5e00cb 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,8 @@
[![Travis ci](https://travis-ci.org/Sh031224/time-counting.svg?branch=master)](https://travis-ci.org/github/Sh031224/time-counting)
[![Github issues](https://img.shields.io/github/issues/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
-[![Github forks](https://img.shields.io/github/forks/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
[![Githug stars](https://img.shields.io/github/stars/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
[![Github license](https://img.shields.io/github/license/Sh031224/time-counting)](https://github.com/Sh031224/time-counting/)
-[![Package version](https://img.shields.io/github/package-json/v/Sh031224/time-counting)](https://github.com/Sh031224/time-counting)
[![Downloads](https://img.shields.io/npm/dy/time-counting)](https://www.npmjs.com/package/time-counting)
[![Npm version](https://img.shields.io/npm/v/time-counting)](https://www.npmjs.com/package/time-counting)
@@ -42,9 +40,7 @@ const timecount = TimeCounting("2020-08-10 08:00:00", {
//es6
import TimeCounting from "time-counting";
console.log(TimeCounting("2020-08-10"));
-console.log(
- TimeCounting("2020-08-10 08:00:00", { objectTime: "2020-08-10 10:00:00" })
-);
+console.log(TimeCounting("2020-08-10 08:00:00", { objectTime: "2020-08-10 10:00:00" }));
```
```sh
diff --git a/package.json b/package.json
index 4585bbd..487dbc8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "time-counting",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "You can see how long ago or how long since today.",
"main": "dist/index.js",
"types": "dist/index.d.ts",