Skip to content

Commit

Permalink
docs: update Install guide (#24)
Browse files Browse the repository at this point in the history
* docs: update installation guide

* docs: remove api text
  • Loading branch information
shivam-sharma7 authored Oct 19, 2024
1 parent 3b8f122 commit f887c10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
- [Fetch Supported Calendars](./api/fetchSupportedCalendars.md)
- [Fetch Supported Currencies](./api/fetchSupportedCurrencies.md)
- [Fetch Converted Time](./api/fetchConvertedTime.md)
- [Fetch Time Difference API](./api/fetchTimeDifference.md)
- [Calculate Duration API](./api/calculateDurationAPI.md)
- [Fetch Time Difference](./api/fetchTimeDifference.md)
- [Calculate Duration](./api/calculateDurationAPI.md)
- [Format Date in Timezone](./api/formatDateInTimezoneAPI.md)
- [Format Date for locale](./api/formatDateInLocale.md)
- [Fetch Count Down To Event](./api/getCountdownToEvent.md)
Expand Down
10 changes: 6 additions & 4 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

First, you need to download node.js 20+ [Download Node.js](https://nodejs.org/en/download/).

Then You can install the package via npm or yarn.
You can install `world-clockify` using any of these popular package managers:

```shell
```bash
npm install world-clockify
```

or yarn

```bash
yarn add world-clockify
```

```bash
pnpm add world-clockify
```

0 comments on commit f887c10

Please sign in to comment.