summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-05-14 00:37:58 +0200
committercyBerta <cyberta@riseup.net>2022-05-14 00:37:58 +0200
commit1a4f5a01e2038cdab94bc492ad78845096e88e87 (patch)
treea325929a743bf7865eb01f6a3c70a9b40ca5b722 /README.md
parenta7a1b093f8e9a8b5cbd1b4f37e1e91edd1928f0d (diff)
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76b763a2..8ef212f0 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ docker run --rm -it -v`pwd`:/bitmask_android -t registry.0xacab.org/leap/bitmask
### Submodules <a name="submodules"></a>
-We depend on several [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to build Bitmask Android:
+We depend on several [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to build Bitmask Android:
* [ics-openvpn](https://github.com/schwabe/ics-openvpn) as an interface to Android's OpenVPN implementation.
* [bitmaskcore](https://0xacab.org/leap/android_libs/bitmaskcore.git) mainly as a library for Pluggable Transports (censorship circumvention functionality),
* [tor-android](https://0xacab.org/leap/android_libs/tor-android.git) to protect the communication to configuration servers from being blocked.