From f213a8973c0b5abab5324b3247028daea768bb4f Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Tue, 6 Apr 2021 14:56:23 -0700 Subject: [PATCH] `client/views` -> `client/components` in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a845572..8ea89439 100644 --- a/README.md +++ b/README.md @@ -85,5 +85,5 @@ Before submitting any change, make sure to: - Read the [Contributing instructions](https://github.com/thelounge/thelounge/blob/master/.github/CONTRIBUTING.md#contributing) - Run `yarn test` to execute linters and test suite -- Run `yarn build` if you change or add anything in `client/js` or `client/views` +- Run `yarn build` if you change or add anything in `client/js` or `client/components` - `yarn dev` can be used to start The Lounge with hot module reloading