dayjs / dayjs-website

⏰Day.js website repo
http://day.js.org/
MIT License
65 stars 228 forks source link

adding yarn and pnpm installarion in day.js docs #112

Closed officialrajdeepsingh closed 1 year ago

officialrajdeepsingh commented 1 year ago

Update the day.js installation page and add pnpm, and yarn installation with the npm command.

npm install dayjs
# or
yarn add dayjs
# or
pnpm add dayjs