Selaa lähdekoodia

docs: remove Classic label from KernelSU

TheWildJames 2 viikkoa sitten
vanhempi
sitoutus
de99e69ab1
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 1 1
      README.md
  2. 1 1
      docs/index.md
  3. 2 2
      docs/kernelsu-classic.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 
 ## Features
 
-- [KernelSU (Classic)](docs/kernelsu-classic.md) / [KernelSU-Next](docs/kernelsu-next.md) / [ReSukiSU](docs/resukisu.md) - root implementations
+- [KernelSU](docs/kernelsu-classic.md) / [KernelSU-Next](docs/kernelsu-next.md) / [ReSukiSU](docs/resukisu.md) - root implementations
 - [SUSFS](docs/susfs.md) - root hiding
 - [NoMount](docs/nomount.md) - mount metamodule
 - [Mountify](docs/mountify.md) - OverlayFS global mounts

+ 1 - 1
docs/index.md

@@ -4,7 +4,7 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 
 ## Root Implementations
 
-- [KernelSU (Classic)](kernelsu-classic.md)
+- [KernelSU](kernelsu-classic.md)
 - [KernelSU-Next](kernelsu-next.md)
 - [ReSukiSU](resukisu.md)
 

+ 2 - 2
docs/kernelsu-classic.md

@@ -1,6 +1,6 @@
-# KernelSU (Classic)
+# KernelSU
 
-Classic KernelSU is a root solution for Android GKI devices that operates in kernel mode and grants root permission to userspace applications from kernel space. It is the original implementation by `tiann`.
+KernelSU is a root solution for Android GKI devices that operates in kernel mode and grants root permission to userspace applications from kernel space. It is the original implementation by `tiann`.
 
 ## Source