Fix typos in README.md (#185)

This commit is contained in:
Esing 2024-04-30 15:25:32 +08:00 committed by GitHub
parent 5e8d6df9f0
commit 5e397c2aed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ APP package name is `com.github.metacubex.clash.meta`
- Import a profile - Import a profile
- URL Scheme `clash://install-config?url=<encoded URI>` or `clashmeta://install-config?url=<encoded URI>` - URL Scheme `clash://install-config?url=<encoded URI>` or `clashmeta://install-config?url=<encoded URI>`
### Contribution and Project Maintainance ### Contribution and Project Maintenance
#### Meta Kernel #### 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 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. - 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. - 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. - It will pull the new version of the meta kernel, update all the golang dependencies, and create a PR without manual intervention.