From d0161afe80ebdb2abbeb51b13c81fe7ac9341544 Mon Sep 17 00:00:00 2001 From: ijhar Date: Thu, 8 Jul 2021 00:06:23 +0530 Subject: [PATCH] Update redme.md added command for yarn "yarn add @koa/cors" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e27b764..0b15572 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,11 @@ ```bash $ npm install @koa/cors --save +$ yarn add @koa/cors ``` + + ## Quick start Enable cors with default options: