From ffc7cb3a785ff67ded174ca681f3e665ae2d2803 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 11 Mar 2023 12:53:32 -0800 Subject: [PATCH] docs: update installation instructions for pnpm users --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07309eb..976e5bc 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,11 @@ yarn add -D svelte-time npm i -D svelte-time # pnpm -pnpm i -D svelte-time +pnpm i -D svelte-time dayjs ``` +Note that [pnpm](https://github.com/pnpm/pnpm) users must also install `dayjs`. + ## Usage