Skip to content

Commit

Permalink
fix env.API_URL example (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoito authored Sep 8, 2023
1 parent 9c03a84 commit c461947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Searching in the browser

You can use bloop in the browser, without running the Tauri app. First follow [the steps](./../server/README.md) to install and run the search server. Make sure that `API_URL` is set in `.env` (e.g. `API_URL=http://localhost:7878`). Then, in the root directory run:
You can use bloop in the browser, without running the Tauri app. First follow [the steps](./../server/README.md) to install and run the search server. Make sure that `API_URL` is set in `.env` (e.g. `API_URL=http://localhost:7878/api`). Then, in the root directory run:

```
npm install
Expand Down

0 comments on commit c461947

Please sign in to comment.