Update README.md

"For properly using" → "For proper use"

"current dir" → "current directory"
This commit is contained in:
Danyll 2024-11-27 18:42:09 +01:00 committed by GitHub
parent 68a6faaf5c
commit 65d842ed34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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