Skip to content

Commit

Permalink
Provide instructions on replaceing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndtaylor committed Jan 12, 2016
1 parent a6edd9f commit 99b6dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Metajava is a collection of utilities that make writing annotation processors and code generation easier.

You can use metajava in your project by adding the following lines to you `build.gradle` file.
You can use metajava in your project by adding the following lines to you `build.gradle` file, replacing `$metajava_version` with the latest version number.

```
repositories {
Expand All @@ -17,4 +17,3 @@ dependencies {
## Build Status

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.workday/metajava/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.workday/metajava) [![Build Status](https://travis-ci.org/Workday/metajava.svg?branch=master)](https://travis-ci.org/Workday/metajava)

0 comments on commit 99b6dd0

Please sign in to comment.