Skip to content

Commit a505351

Browse files
authored
Update README.md
1 parent f40a35f commit a505351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you want to contribute, follow this [guide.](https://github.com/afcastano/Aut
2121
- Creates a static builder method that returns the @AutoValue.Builder instance.
2222
- Optionally, generates the [create](https://github.com/google/auto/blob/master/value/userguide/index.md#in-your-value-class) factory method. [See #11](https://github.com/afcastano/AutoValuePlugin/issues/11)
2323
- If the builder exists, it will either add the missing properties to it or remove the ones that are not needed any more.
24-
- It also supports [AutoParcel](https://github.com/frankiesardo/auto-parcel) and [AutoParceGson](https://github.com/evant/auto-parcel-gson). Thanks to [@vjames19](https://github.com/vjames19)!
24+
- It also supports [AutoParcel](https://github.com/frankiesardo/auto-parcel) and [AutoParceGson](https://github.com/evant/auto-parcel-gson).
2525

2626
### How to use:
2727

0 commit comments

Comments
 (0)