diff --git a/README.md b/README.md index e8b6cfa4..ad93b774 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ yarn install Create an `.env` file with the following ``` -DATABASE_URL=(connection url) +DATABASE_URL=connection-url ``` The connection url is in the following format: @@ -76,12 +76,12 @@ docker-compose up Alternatively, to pull just the Umami Docker image with PostgreSQL support: ```bash -docker pull ghcr.io/mikecao/umami:postgresql-latest +docker pull docker.umami.is/umami-software/umami:postgresql-latest ``` Or with MySQL support: ```bash -docker pull ghcr.io/mikecao/umami:mysql-latest +docker pull docker.umami.is/umami-software/umami:mysql-latest ``` ## Getting updates diff --git a/lang/zh-CN.json b/lang/zh-CN.json index 4d787519..506c99b8 100644 --- a/lang/zh-CN.json +++ b/lang/zh-CN.json @@ -99,7 +99,7 @@ "metrics.filter.combined": "总和", "metrics.filter.domain-only": "只看域名", "metrics.filter.raw": "原始", - "metrics.languages": "Languages", + "metrics.languages": "语言", "metrics.operating-systems": "操作系统", "metrics.page-views": "页面浏览量", "metrics.pages": "网页",