From f5860da8f1be4a27d246d7c9d75c3528b6ff2df6 Mon Sep 17 00:00:00 2001 From: bourdakos Date: Mon, 25 Apr 2022 10:57:57 -0700 Subject: [PATCH] Fix README markdown typos PiperOrigin-RevId: 444316326 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 107848a9..bfc21723 100644 --- a/README.md +++ b/README.md @@ -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