From 1ff677a99cdef03dd91209361fbffc85283f15d7 Mon Sep 17 00:00:00 2001 From: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:41:33 +0000 Subject: [PATCH] [REFACTOR]: update readme (#531) Add usage icon and `/boards` url --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8a891925..b6036ba45 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - [🙌🏻 How to Contribute](#--how-to-contribute) - [🏃 How to Run](https://github.com/xgeekshq/split/wiki/How-to-run) - [📃 Requirements](https://github.com/xgeekshq/split/wiki/Requirements) -- [Usage](#usage) +- [:computer: Usage](#usage) - [📝 License](#-license) - [Contributors ✨](#contributors-) @@ -35,10 +35,9 @@ Check out our [**Contributing Guide**](.github/CONTRIBUTING.md) for information The backend will run on `http://localhost:BACKEND_PORT` and the frontend on `http://localhost:3000`. - `/dashboard`: dashboard +- `/boards`: boards list - `/boards/[boardId]`: board page -You must register to access the dashboard page. - ## 📝 License Licensed under the [MIT License](./LICENSE).