diff --git a/README.md b/README.md
index 83860f8..14555c4 100644
--- a/README.md
+++ b/README.md
@@ -49,19 +49,19 @@ Maven:
name.velikodniy.vitaliy
fixedlength
- 0.9
+ 0.10
pom
```
Gradle:
```groovy
-implementation 'name.velikodniy.vitaliy:fixedlength:0.8'
+implementation 'name.velikodniy.vitaliy:fixedlength:0.10'
```
Ivy:
```xml
-
+
```
@@ -87,7 +87,7 @@ Joe1 Smith
Joe3 Smith
```
-you need just write down this class:
+you need just write down this class (annotated fields also could be pulled from annotated classes):
```java
public class Employee {