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