diff --git a/README.md b/README.md index 7c7b35f..8f91cce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Two Factor Authentication using `node-2fa` integration for AdonisJS. ## Documentation -See documentation at [nulix.adonis-2fa.vercel.app](https://nulix.adonis-2fa.vercel.app) +See documentation at [adonis-2fa.netlify.app](https://adonis-2fa.netlify.app) ## License diff --git a/stubs/README.md b/stubs/README.md deleted file mode 100644 index 4dd2dac..0000000 --- a/stubs/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# The stubs directory - -The `stubs` directory stores all the stubs needed by your package. It could be config files you will publish during the initial setup or stubs you want to use within the scaffolding commands. - -- Inside the `package.json` file, we have defined a `copy:templates` script that copies the `stubs` folder to the `build` folder. -- Ensure the `build/stubs` are always published to npm via the `files` array inside the `package.json` file.