From 86ab5e0b508186f647c3d79ac4a4cc67cae11f19 Mon Sep 17 00:00:00 2001 From: Romain POUSSIER <12933109+r9mp@users.noreply.github.com> Date: Fri, 12 Nov 2021 17:18:01 +0100 Subject: [PATCH] docs: add missing "s" to "components:dirs" (#242) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6230dad..c5d0bc1 100755 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ Imagine a directory structure like this: | nuxt.config.js ``` -Then in `awesome-ui/nuxt.js` you can use the `components:dir` hook: +Then in `awesome-ui/nuxt.js` you can use the `components:dirs` hook: ```js import { join } from 'path'