Fix README markdown typos

PiperOrigin-RevId: 444316326
This commit is contained in:
bourdakos
2022-04-25 11:00:02 -07:00
committed by Copybara-Service
parent cf85f26583
commit f5860da8f1
+3 -3
View File
@@ -30,7 +30,7 @@ We support multiple platforms including Linux, iOS & Windows.
## Building for Linux
Currently we support building from source using [bazel] (https://bazel.build). Other BUILD system such as cmake may be added later.
###Prerequisites:
### Prerequisites:
1. Bazel
2. clang with support for c++ 17+
@@ -48,7 +48,7 @@ CC=clang CXX=clang++ bazel build -s --check_visibility=false //connections:core
Currently we support building with [Swift Package Manager](https://www.swift.org/package-manager).
###Prerequisites:
### Prerequisites:
1. Xcode. Available from Apple Store.
2. Google Protobuf Compiler (protoc). If you have [homebrew](https://brew.sh/) installed, you can do `brew install protobuf`.
@@ -63,7 +63,7 @@ We also provide a iOS [sample app using the Nearby Connections library]
(https://github.com/google/nearby/blob/master/internal/platform/implementation/ios/Example/NearbyConnectionsExample/README.md).
###Limitation
### Limitation
The only Medium supported is Wifi LAN.
**Last Updated:** April 7, 2022