From 7553a00aeb2141922e97043221d745c1f7d86711 Mon Sep 17 00:00:00 2001 From: Apkunpacker Date: Thu, 1 Dec 2022 18:15:01 +0530 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3b090..a37f671 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ npm run build When it is done, just copy one of examples into repository root folder : ``` -cp ./examples/android/simple_trace.ts . +cp ./examples/android/simple_strace.ts . ```