From 5e397c2aeda82f7c7013e6b7241399f549185ca1 Mon Sep 17 00:00:00 2001 From: Esing <91776041+Zxis233@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:25:32 +0800 Subject: [PATCH] Fix typos in README.md (#185) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 759711d8..58a65bc9 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ APP package name is `com.github.metacubex.clash.meta` - Import a profile - URL Scheme `clash://install-config?url=` or `clashmeta://install-config?url=` -### Contribution and Project Maintainance +### Contribution and Project Maintenance #### Meta Kernel @@ -68,7 +68,7 @@ APP package name is `com.github.metacubex.clash.meta` - If you want to contribute to the kernel, make PRs to `Alpha` branch of the Meta kernel repository. - If you want to contribute Android-specific patches to the kernel, make PRs to `android-open` branch of the Meta kernel repository. -#### Maintainance +#### Maintenance - When `MetaCubeX/Clash.Meta` kernel is updated to a new version, the `Update Dependencies` actions in this repo will be triggered automatically. - It will pull the new version of the meta kernel, update all the golang dependencies, and create a PR without manual intervention.