From ab9a90861b8e623e7b65f3844b3c05fd7c2247e9 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 64a7da1f..48057820 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 ``` ---