Skip to content

Commit

Permalink
docs: upgrade README
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Oct 30, 2023
1 parent 15f805d commit 2f9ff06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Date format to console.

```shell
Usage: ndate [-] [--zero] [--date-style <full|long|medium|short|none>] [--time-style <full|long|medium|short|none>]
[--hour-cycles <h11|h12|h23|h24|none>] [--time-zone <time-zone>] [--local <locale>]
[--template <template>] [--json] [--sheet] [--utc] [--epoch] [--epoch-ms]
[--date <date>] [--help] [-j] [-d <date>] [-l <locale>] [-tz <time-zone>]
[-z] [-h]
Usage: ndate [-] [--date <date>] [-d <date>] [--date-style <full|long|medium|short|none>]
[--time-style <full|long|medium|short|none>] [--hour-cycles <h11|h12|h23|h24|none>]
[--time-zone <time-zone>] [-tz <time-zone>] [--local <locale>] [-l <locale>]
[--template <template>] [--json] [-j] [--sheet] [--utc] [--epoch] [--epoch-ms]
[--help] [-h] [--zero] [-z]
```

Install with [homebrew](https://brew.sh/):
Expand All @@ -19,7 +19,7 @@ brew install jondotsoy/ndate/ndate@0.4
Or install with deno:

```shell
deno install --allow-env=TZ,LANG https://deno.land/x/ndate@morgan-v0.4.0-morgan/ndate.ts
deno install --allow-env=TZ,LANG https://deno.land/x/ndate@morgan-v0.4.1/ndate.ts
```

Samples use:
Expand Down

0 comments on commit 2f9ff06

Please sign in to comment.