From 27ffbc351435a47763c5ce3dff185612356e9446 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 1 Feb 2024 17:44:12 +0100 Subject: [PATCH] chore: docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d5321..04e5136 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ const result = await parse(file) ### Validate ```ts -import { validate } from '@scalar/openapi-validater' +import { validate } from '@scalar/openapi-parser' const file = `{ "openapi": "3.1.0",