diff --git a/README.md b/README.md index bea1409..7bd3390 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ $ NODE_ENV=development vite build --watch // Override NODE_ENV > Extension will only reload when NODE_ENV is 'development' +## Example Project + +[Link](https://github.com/isaurssaurav/hot-reload-extension-vite/tree/main/example) + ## Options | Options | Type | Description | diff --git a/example/README.md b/example/README.md index 7c8b7f7..4750d02 100644 --- a/example/README.md +++ b/example/README.md @@ -1,4 +1,6 @@ -# Demo +# Example + +This is a example project which shows how to use `hot-reload-extension-vite` package. ## Usage