From 879d776a088b8ef7bb96f32027e9348bcbedf68e Mon Sep 17 00:00:00 2001 From: Swarnava Sengupta Date: Fri, 10 Jul 2015 01:12:10 +0530 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a50a06..ab2796b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ dependencies { } ``` -The code in this project is structured as a full Android application and all the Firefox accoutns library source code is available under the libraries/fxa subdirectory. +The code in this project is structured as a full Android application and all the Firefox accounts library source code is available under the libraries/fxa subdirectory. Under `android/build.gradle`, you will find a fully working build.gradle configuration for a working Android application with directives to build either from the library source, or to use the JCenter hosted precompiled AAR file.