From e534ae373f8b1c5cc58a8fe5f46cb31d7146ca65 Mon Sep 17 00:00:00 2001 From: Blake Jakopovic Date: Sat, 29 Jan 2022 09:23:08 +1100 Subject: [PATCH] docs: fixed typos in mobile readme [skip ci] Added missing single quote Removed extra backticks --- mobile/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/README.md b/mobile/README.md index 441f5466c..dd378f032 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -103,7 +103,7 @@ plugin with protoc: 1. Replace the base image with `FROM swift:focal` so that Swift can be used. 2. `clang-format='1:7.0*'` is unavailable in Ubuntu Focal. Change that to -`clang-format='1:10.0*`. +`clang-format='1:10.0*'`. 3. On the next line, install Go and set the environment variables by adding the following commands: @@ -132,7 +132,7 @@ Tip: The generated Swift files will be found in various folders. If you’d like to move them to the same folder as the framework file, run ```shell -⛰ `find . -name "*.swift" -print0 | xargs -0 -I {} mv {} mobile/build/ios` +⛰ find . -name "*.swift" -print0 | xargs -0 -I {} mv {} mobile/build/ios ``` `Lndmobile.xcframework` and all Swift files should now be added to your Xcode @@ -244,4 +244,4 @@ To support subservers that have APIs with name conflicts, pass the "prefix" flag ## API docs - [LND gRPC API Reference](https://api.lightning.community) -- [LND Builder’s Guide](https://docs.lightning.engineering) \ No newline at end of file +- [LND Builder’s Guide](https://docs.lightning.engineering)