From f75d30c7b02768b52f410709672f47f70ac1256b Mon Sep 17 00:00:00 2001 From: Kyle Huang Junyuan Date: Mon, 20 May 2024 15:30:21 +0800 Subject: [PATCH] fix: install command to target beta release (#299) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40301f8c..a7b5bd9e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ npm i undici ### Via npm ```bash -npm i @govtechsg/open-attestation +npm i @govtechsg/open-attestation@beta ``` ---