Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update CPP-HOWTO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Apr 30, 2020
1 parent bf4bda5 commit 04c4064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CPP-HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ supported. This implies that you need to build your binary from scratch.

### Bazel

Using Tink in projects built with Bazel is straighforward and is the recommended
Using Tink in projects built with Bazel is straightforward and is the recommended
approach. For an example, see [this project which specifies Tink as a dependency
in a Bazel WORKSPACE file](https://github.com/thaidn/tink-examples).

### CMake

Using Tink with CMake is suported, see [CMAKE-HOWTO](CMAKE-HOWTO.md) for for a
Using Tink with CMake is supported, see [CMAKE-HOWTO](CMAKE-HOWTO.md) for for a
detailed description.

## Initializing Tink
Expand Down

0 comments on commit 04c4064

Please sign in to comment.