From 8020740bcfad37d95498d6ec7a3800d44c235550 Mon Sep 17 00:00:00 2001 From: Nathan Shafer Date: Wed, 12 Jun 2024 06:39:35 -0700 Subject: [PATCH] Fix docs for typical phoenix setup (#19) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f494dd..34d9db9 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,12 @@ alias for deployments, which will also use the `--minify` option: By default, Phoenix comes with three JS libraries that you'll most likely use in your project: phoenix, phoenix_html and phoenix_live_view. -To tell bun about those libraries you will need to add the following to the `package.json`: +To tell bun about those libraries you will need to add the following to the `assets/package.json` file: ```json { "workspaces": [ - "deps/*" + "../deps/*" ], "dependencies": { "phoenix": "workspace:*",