diff --git a/README.md b/README.md index 0191acb..f58010d 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,12 @@ They handle all omissions (read as errors & exceptions). ## Deploy -- Configure `stack/.env` file with your specific values +- `cd stack` +- Configure `.env` file with your specific values - `yarn` - `yarn deploy` ## Test +- `cd stack` - `yarn test` diff --git a/stack/package.json b/stack/package.json index 1d7fd3a..bcaa36a 100644 --- a/stack/package.json +++ b/stack/package.json @@ -1,5 +1,5 @@ { - "name": "flows-spikeit", + "name": "my-observability-stack", "version": "1.0.0", "license": "MIT", "author": "Ram Grandhi",