Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooshiro committed May 18, 2013
1 parent 0e25d9b commit cbeb0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,15 +15,15 @@ For grails 1.3.x
grails install-plugin plastic-criteria
```

Grails 2.0.x edit your <your-project>/grails-app/conf/BuildConfig.groovy
Grails 2.x edit your <your-project>/grails-app/conf/BuildConfig.groovy

```groovy
// (...)
plugins {
// (...) another plugins
// add this line
test ":plastic-criteria:0.8"
test ":plastic-criteria:1.0"
}
// (...)
```
Expand Down

0 comments on commit cbeb0c7

Please sign in to comment.