diff --git a/docs/README.md b/docs/README.md
index e9d543ba..e7e2471b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -73,12 +73,7 @@ and add the desired module :
org.orbisgis
data
- 2.1.0
-
-
- org.orbisgis
- process
- 2.1.0
+ 2.1.1
...
@@ -91,10 +86,8 @@ and add the desired module :
Using Grab annotation :
``` groovy
-@GrabResolver(name='orbisgis', root='https://oss.sonatype.org/content/repositories/snapshots/')
-@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.0')
-@Grab(group='org.orbisgis.data', module='postgis', version='2.1.0')
-@Grab(group='org.orbisgis', module='process', version='2.1.0')
+@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.1')
+@Grab(group='org.orbisgis.data', module='postgis', version='2.1.1')
```
OrbisData encapsulates rows,columns from a database to a table or spatial table.