Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform support for TCMalloc.
All users of TCMalloc should consult the following documentation resources:

* The [TCMalloc Quickstart](docs/quickstart.md) covers downloading, installing,
building, and testing TCMalloc, including incorporating within your codebase.
the building, and testing TCMalloc, including incorporating within your codebase.
* The [TCMalloc Overview](docs/overview.md) covers the basic architecture of
TCMalloc, and how that may affect configuration choices.
* The [TCMalloc Reference](docs/reference.md) covers the C and C++ TCMalloc API
Expand All @@ -28,11 +28,11 @@ More advanced usages of TCMalloc may find the following documentation useful:

* The [TCMalloc Tuning Guide](docs/tuning.md) covers the configuration choices
in more depth, and also illustrates other ways to customize TCMalloc. This
also covers important operating system-level properties for improving TCMalloc
also covers important operating-system-level properties for improving TCMalloc
performance.
* The [TCMalloc Design Doc](docs/design.md) covers how TCMalloc works
underneath the hood, and why certain design choices were made. Most developers
will not need this level of implementation detail.
will not need this level of an implementation detail.
* The [TCMalloc Compatibility Guide](docs/compatibility.md) which documents our
expectations for how our APIs are used.

Expand Down