From 494d34eb2d8eba1cb4262038ea1c82754dbfbec9 Mon Sep 17 00:00:00 2001 From: Roman Zhuravlov Date: Wed, 24 Nov 2021 15:42:57 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5359b4a..9329f93 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You can find more examples here: - [Basic usage with TypeScript and React using body strategy][basic-typescript-react-json] (JSON) - [Advanced usage with TypeScript, React template and custom local fonts][advanced-typescript-react] -_the `example/` directory contains simple [Next.js][next-homepage] application implementing `next-api-og-image` . To fully explore examples implemented in it by yourself - simply do `npm link && cd examples && npm i && npm run dev` then navigate to http://localhost:3000/_ +_the `example/` directory contains simple [Next.js][next-homepage] application implementing `next-api-og-image` . To fully explore examples implemented in it by yourself - simply do `npm link && cd example && npm i && npm run dev` then navigate to http://localhost:3000/_ ## Basic usage and explaination