From 106c7cf3101463cdbb1b96eaeea6f19b80d663a6 Mon Sep 17 00:00:00 2001 From: Zhuang Ma Date: Tue, 19 Dec 2017 15:35:03 +0800 Subject: [PATCH] Update contributor list, fix toc --- README.en.md | 10 +++++----- README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index becc06b..d97a416 100644 --- a/README.en.md +++ b/README.en.md @@ -91,14 +91,14 @@ Other languages: [:cn: Chinese](./README.md) * [Detect whether the device is root](#detect-whether-the-device-is-root) * [Monkey use stress testing](#monkey-use-stress-testing) * [On / off WiFi](#on--off-wifi) -* [Flashing-Phone related commands](#brush-related-commands) +* [Flashing-Phone related commands](#flashing-phone-related-commands) * [Restart to Recovery mode](#restart-to-recovery-mode) * [To restart from the Recovery Android](#to-restart-from-the-recovery-android) * [Restart to Fastboot mode](#restart-to-fastboot-mode) * [Through sideload system update](#through-sideload-system-update) -* [Security related commands](#security-related-commands) - * [Enabled / Disable SELinux](#enabledisable-selinux) - * [Enabled / Disable dm_verity](#enabledisable-dmverity) +* [Security-related commands](#security-related-commands) + * [Enable / Disable SELinux](#enable--disable-selinux) + * [Enable / Disable dm_verity](#enable--disable-dm_verity) * [More adb shell command](#more-adb-shell-command) * [See process](#see-process) * [View real-time resource consumption](#view-real-time-resource-consumption) @@ -2365,7 +2365,7 @@ So just delete the emulator and re-download, reinstall, all is well now. Thanks friends for theirs selfless sharing and supplement. Names listed in no particular order. -[zxning](https://github.com/zxning), [linhua55](https://github.com/linhua55), [codeskyblue](https://github.com/codeskyblue), [seasonyuu](https://github.com/seasonyuu), [fan123199](https://github.com/fan123199), [zhEdward](https://github.com/zhEdward), [0x8BADFOOD](https://github.com/0x8BADFOOD), [keith666666](https://github.com/keith666666). +[zxning](https://github.com/zxning), [linhua55](https://github.com/linhua55), [codeskyblue](https://github.com/codeskyblue), [seasonyuu](https://github.com/seasonyuu), [fan123199](https://github.com/fan123199), [zhEdward](https://github.com/zhEdward), [0x8BADFOOD](https://github.com/0x8BADFOOD), [keith666666](https://github.com/keith666666), [shawnlinboy](https://github.com/shawnlinboy). ## Reference Links diff --git a/README.md b/README.md index af3bc3b..9ef5fb5 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Other languages: [:gb: English](./README.en.md) * [通过 sideload 更新系统](#通过-sideload-更新系统) * [安全相关命令](#安全相关命令) * [启用/禁用 SELinux](#启用禁用-selinux) - * [启用/禁用 dm_verity](#启用禁用-dmverity) + * [启用/禁用 dm_verity](#启用禁用-dm_verity) * [更多 adb shell 命令](#更多-adb-shell-命令) * [查看进程](#查看进程) * [查看实时资源占用情况](#查看实时资源占用情况) @@ -2392,7 +2392,7 @@ Otherwise check for a confirmation dialog on your device. 感谢朋友们无私的分享与补充(排名不分先后)。 -[zxning](https://github.com/zxning),[linhua55](https://github.com/linhua55),[codeskyblue](https://github.com/codeskyblue),[seasonyuu](https://github.com/seasonyuu),[fan123199](https://github.com/fan123199),[zhEdward](https://github.com/zhEdward),[0x8BADFOOD](https://github.com/0x8BADFOOD),[keith666666](https://github.com/keith666666)。 +[zxning](https://github.com/zxning),[linhua55](https://github.com/linhua55),[codeskyblue](https://github.com/codeskyblue),[seasonyuu](https://github.com/seasonyuu),[fan123199](https://github.com/fan123199),[zhEdward](https://github.com/zhEdward),[0x8BADFOOD](https://github.com/0x8BADFOOD),[keith666666](https://github.com/keith666666),[shawnlinboy](https://github.com/shawnlinboy)。 ## 参考链接