From f5e85fa5807f4c4a32274a70e0e5339de7cf1c37 Mon Sep 17 00:00:00 2001 From: Vitaly Pereslavtsev Date: Tue, 16 Nov 2021 12:38:23 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eeec7e6..4d48f2e 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,11 @@ $ pnpm protoc:gen $ pnpm build ``` +```typescript +import { core } from '@pereslavtsev/webarchiver-protoc'; + +core.v1 +``` + ## License ISC