aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-03-18 15:33:20 +0000
committerGravatar Ulf Adams <ulfjack@google.com>2015-03-18 15:54:23 +0000
commitf3469018c4ce8ebc79324686aa6164bbac63ce81 (patch)
tree8b359b947df48e1611de6cd296091ead0fd28fb7 /README.md
parentbdc24960f552886126cb03809ddd0de31a3ddc01 (diff)
Remove smart quotes imported from Docs, which cause problems with Markdown processing.
-- MOS_MIGRATED_REVID=88933762
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04861dded2..2862d2c8b3 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,19 @@
Bazel is a build tool that builds code quickly and reliably. It is used to build
the majority of Google's software, and thus it has been designed to handle
-build problems present in Google’s development environment, including:
+build problems present in Google's development environment, including:
* **A massive, shared code repository, in which all software is built from
source.** Bazel has been built for speed, using both caching and parallelism
-to achieve this. Bazel is critical to Google’s ability to continue
+to achieve this. Bazel is critical to Google's ability to continue
to scale its software development practices as the company grows.
* **A emphasis on automated testing and releases.** Bazel has
been built for correctness and reproducibility, meaning that a build performed
on a continuous build machine or in a release pipeline will generate
-bitwise-identical outputs to those generated on a developer’s machine.
+bitwise-identical outputs to those generated on a developer's machine.
-* **Language and platform diversity.** Bazel’s architecture is general enough to
+* **Language and platform diversity.** Bazel's architecture is general enough to
support many different programming languages within Google, and can be
used to build both client and server software targeting multiple
architectures from the same underlying codebase.