From 19a813d7fe7981b12b8b9d4b8ae95bb99aaf6e49 Mon Sep 17 00:00:00 2001 From: James <58147075+bjsi@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:08:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ae7b7..648c3d1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Welcome to Open Recommender, an open source AI-powered recommendation system. - `yarn worker` - Open up the web client and click the login button in the top right. - After logging in using Twitter this will automatically trigger a new recommendations pipeline run task for the worker. -- You can monitor a recommendations pipeline run using by navigating to http://localhost:5173/#/admin. Make sure you set ADMIN="" in the server `.env` file. +- You can monitor a recommendations pipeline run using by navigating to http://localhost:5173/#/admin. Make sure you set ADMIN="Your Twitter Username" in the server `.env` file. - After a run is finished you can view your queue of recommendations by navigating to your feed. ### Commands