From 1043ba5be73cfe990a6d9d6347cec24742cc5d4a Mon Sep 17 00:00:00 2001 From: hais Date: Tue, 21 Dec 2021 16:21:07 -0800 Subject: [PATCH] Format README.md with line chars limit. PiperOrigin-RevId: 417710002 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47709507..4ef09f70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Nearby C++ Library -The repository contains the Nearby project C++ library code. This is not an officially supported Google product. +The repository contains the Nearby project C++ library code. This is not an +officially supported Google product. # About the Nearby Project @@ -25,7 +26,11 @@ git submodule update --init --recursive ``` # Building Nearby, Unit Testing and Sample Apps -We support multiple platforms including Linux, iOS & Windows. The ultimate goal is to build from source. The offical build system we support is [bazel] (https://bazel.build). Before that is accomplished, we provide precompiled libraries as stop-gap solutions. See the following pages for platform specific instructions. +We support multiple platforms including Linux, iOS & Windows. The ultimate goal +is to build from source. The offical build system we support is +[bazel] (https://bazel.build). Before that is accomplished, we provide +precompiled libraries as stop-gap solutions. See the following pages for +platform specific instructions. * [iOS](https://github.com/google/nearby/blob/master/docs/ios_build.md)