Skip to content

Commit

Permalink
Update: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh031224 committed Mar 11, 2021
1 parent 4244297 commit bdbaf68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<br/>
Expand Down Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<br/>
Expand Down Expand Up @@ -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
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": "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",
Expand Down

0 comments on commit bdbaf68

Please sign in to comment.