eliminate unnecessary backslash-escaped quotes

This commit is contained in:
Dustin J. Mitchell
2022-04-21 01:17:38 +00:00
committed by Tomas Babej
parent b1ca5d4cf8
commit 18e11300fd
14 changed files with 116 additions and 116 deletions

View File

@@ -6,7 +6,7 @@ This is for developers.
Specifically those who know how to use tools, satisfy dependencies, and want to set up a development environment.
It is not user-friendly.
You\'ll need these tools:
You'll need these tools:
- [git](https://git-scm.com/)
- [cmake](https://cmake.org)
@@ -15,7 +15,7 @@ You\'ll need these tools:
- Python 2.7 or later (for tests)
- Bash (for tests)
You\'ll need these libraries:
You'll need these libraries:
- [GnuTLS](https://www.gnutls.org/)
- libuuid (unless on Darwin/BSD)