From 833070f8d10f70012bc89cf8ddc7f008e954cb4f Mon Sep 17 00:00:00 2001 From: Tng Zi Xiang <54768054+zixiang2018@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:02:32 +0800 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d594728..81b5b13 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ npm install @govtechsg/opencerts-verify import { documentMainnetValidWithCertificateStore } from "./test/fixtures/v2/document"; import { verify, isValid } from "@govtechsg/opencerts-verify"; -const fragments = await verify(documentMainnetValidWithCertificateStore, { network: "ropsten" }); +const fragments = await verify(documentMainnetValidWithCertificateStore, { network: "goerli" }); console.log(fragments); // see below console.log(isValid(fragments)); // display true ```