From 65d842ed34a525539090a71a6a039a98551d982d Mon Sep 17 00:00:00 2001 From: Danyll <37103154+Danyylka@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:42:09 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "For properly using" → "For proper use" "current dir" → "current directory" --- library/mobile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/mobile/README.md b/library/mobile/README.md index 56ac7d00..982bbf14 100644 --- a/library/mobile/README.md +++ b/library/mobile/README.md @@ -4,7 +4,7 @@ Package mobile implements [gomobile](https://github.com/golang/mobile) bindings ## Usage -For properly using this package, please refer to Makefile in the root of `go-waku` directory. +For proper use this package, please refer to Makefile in the root of `go-waku` directory. To manually build library, run following commands: @@ -24,7 +24,7 @@ export ANDROID_HOME=/path/to/android/sdk/ gomobile init gomobile bind -v -target=android -ldflags="-s -w" github.com/waku-org/go-waku/mobile ``` -This will generate `gowaku.aar` file in the current dir. +This will generate `gowaku.aar` file in the current directory. ## Notes