diff --git a/README.md b/README.md index c0e6261..3801dcf 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,19 @@ npm install @harperfast/vite-plugin --save-dev Then, in your Harper applications `config.yaml` paste the plugin: ```yaml -'@harperdb/vite-plugin': - package: '@harperdb/vite-plugin' +'@harperfast/vite-plugin': + package: '@harperfast/vite-plugin' ``` + +Next, open `package.json` and change the "dev" script to: + +``` +"dev": "harper run .", +``` + +Your application will now run on [http://localhost:9926](http://localhost:9926/). + ## Tools Used 1. [TypeScript](https://www.typescriptlang.org/) for static typing