Fix typo in readme
authorKrishan <33421343+kfiven@users.noreply.github.com>
Thu, 1 Aug 2024 13:45:22 +0000 (23:45 +1000)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 13:45:22 +0000 (23:45 +1000)
README.md

index 79e8ccc938aee75bd1b1a0ea80646912cadc4aa8..5cee6fa2e2a682b1bc56f1573d77863cbeed6114 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ A Matrix client focusing primarily on simple, elegant and secure interface. The
 You can serve the application with a webserver of your choice by simply copying `dist/` directory to the webroot. 
 To set default Homeserver on login, register and Explore Community page, place a customized [`config.json`](config.json) in webroot of your choice.
 You will also need to setup redirects to serve the assests. An example setting of redirects for netlify is done in [`netlify.toml`](netlify.toml). You can also set `hashRouter.enabled = true` in [`config.json`](config.json) if you have trouble setting redirects.
-To deploy on subdirectory, you need to rebuild the app youself after updating the `base` path in [`build.confg.ts`](build.confg.ts). For example, if you want to deploy on `https://cinny.in/app`, then change `base: '/app'`.
+To deploy on subdirectory, you need to rebuild the app youself after updating the `base` path in [`build.config.ts`](build.config.ts). For example, if you want to deploy on `https://cinny.in/app`, then change `base: '/app'`.
 
 * Alternatively you can just pull the [DockerHub image](https://hub.docker.com/r/ajbura/cinny) by:
     ```