From 425112ee8b1315428844ad0a81f0d76e0277a764 Mon Sep 17 00:00:00 2001 From: Tim Schneeberger Date: Tue, 1 Oct 2024 17:33:06 +0000 Subject: [PATCH] Change wording --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6254f74f..1f11fb48 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,9 @@ Pull requests are welcome. See [Contributing](CONTRIBUTING.md) for hints. * [aShell You](https://github.com/DP-Hridayan/aShellYou) - Material You Redesign of aShell app. `GPL-3.0` * [ShizuShell](https://play.google.com/store/apps/details?id=com.noxinfinity.shell) - ADB shell using Shizuku `Proprietary` -Note: Using [rish](#rish-shell), you can create a local ADB shell with any terminal emulator, such as Termux. + +> [!NOTE] +> Using [rish](#rish-shell), you can create a local ADB shell with any terminal emulator, such as Termux. ### Vendor-specific @@ -292,7 +294,7 @@ After `rish` is set up, you can use it together with any apps that support calli * `echo 'whoami' | rish`: Read shell command from stdin, execute it, and exit once completed > [!NOTE] -> `whoami` is used as an example and would return the name of the current shell user. +> `whoami` is used as an example command and would return the name of the current shell user. **Usage examples:**