From eb95142fb2c4332d050560b4c424b06b461c3985 Mon Sep 17 00:00:00 2001 From: Kartikay Sharma Date: Sun, 21 Mar 2021 20:28:02 +0000 Subject: [PATCH] fixed minor typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09da9e6a1..5514f580e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ General instructions for setting up an ODK-X environment can be found at our [De Install [Android Studio](http://developer.android.com/tools/studio/index.html) and the [SDK](http://developer.android.com/sdk/index.html#Other). -This project depends on ODK-X's [androidlibrary](https://github.com/odk-x/androidlibrary) and [androidcommon](https://github.com/odk-x/androidcommon) projects; their binaries will be downloaded automatically fom our maven repository during the build phase. If you wish to modify them yourself, you must clone them into the same parent directory as survey. You directory stucture should resemble the following: +This project depends on ODK-X's [androidlibrary](https://github.com/odk-x/androidlibrary) and [androidcommon](https://github.com/odk-x/androidcommon) projects; their binaries will be downloaded automatically from our maven repository during the build phase. If you wish to modify them yourself, you must clone them into the same parent directory as survey. You directory stucture should resemble the following: |-- odk-x