From c3b88dfedac03bb05cf7f2fbbd932ec253ce3183 Mon Sep 17 00:00:00 2001 From: viandwi24 Date: Tue, 20 Jun 2023 23:11:10 +0700 Subject: [PATCH] docs: update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eec2979..e9004ac 100644 --- a/README.md +++ b/README.md @@ -93,18 +93,17 @@ to use Nuxt Awesome Starter you can choose one of the following options: #### Using with Nuxt Layer (Simple Way) -nuxt 3 have a new feature called "Nuxt Layer", with this feature you can create a new project with a template that has been provided by the community. you can see on `examples/starter` to see how to use this template with nuxt layer. +nuxt 3 have a new feature called "Nuxt Layer", with this feature you can create a new project with a template that has been provided by the community. you can see on [`examples/starter`]([awe](https://github.com/viandwi24/nuxt3-awesome-starter/tree/v2/examples/starter)) to see how to use this template with nuxt layer. this is a simple way to use this template, because you just create a new fresh nuxt 3 project and then just add `extends: 'github:viandwi24/nuxt3-awesome-starter'` on your `nuxt.config.ts` file. after that, you can explorer `app.config.ts` to see what you can change on this template. #### Using with Direct Clone -you can direct to clone this repository and just make change on `app/` folder as your main project folder. +you can direct to clone this repository and just make change on [`app/`](https://github.com/viandwi24/nuxt3-awesome-starter/tree/v2/app) folder as your main project folder. - clone this repository ```bash git clone https://github.com/viandwi24/nuxt3-awesome-starter - git checkout v2 ``` - install dependencies ```bash