From 3a7edb4fc2b3f472d1c7350d0545c5d4913f6f8b Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 24 Jan 2016 19:39:31 -0800 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fee675..94c69cc 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ dependencies { The `GeneratedVersion` class will be automatically generated in the `build` directory upon compiling. -In order to also include the generated source code to your source tree, you should use the [EWEK Annotation Processor Plugin](https://github.com/ewerk/gradle-plugins/tree/master/plugins/annotation-processor-plugin). Start by addding the following to the very top of the `build.gradle` file: +In order to also include the generated source code to your source tree, you should use the [EWERK Annotation Processor Plugin](https://github.com/ewerk/gradle-plugins/tree/master/plugins/annotation-processor-plugin). Start by addding the following to the very top of the `build.gradle` file: ```gradle plugins {