From e1c7803f67898d0e6998b5443ec756015898e7b2 Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Wed, 12 Jun 2024 04:33:00 +0700 Subject: [PATCH] ansiweather, apkleaks: use imperative descriptions (#12944) --- pages/common/ansiweather.md | 2 +- pages/common/apkleaks.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/ansiweather.md b/pages/common/ansiweather.md index 49ae96e0e..4f30a1597 100644 --- a/pages/common/ansiweather.md +++ b/pages/common/ansiweather.md @@ -1,6 +1,6 @@ # ansiweather -> A shell script for displaying the current weather conditions in your terminal. +> Display the current weather conditions in your terminal. > More information: . - Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation: diff --git a/pages/common/apkleaks.md b/pages/common/apkleaks.md index 3c30d037d..17c57fef7 100644 --- a/pages/common/apkleaks.md +++ b/pages/common/apkleaks.md @@ -1,6 +1,6 @@ # apkleaks -> An APK file scanner for exposing URIs, endpoints, and secrets. +> Expose URIs, endpoints, and secrets from APK files. > Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files. > More information: .