square / dagger

A fast dependency injector for Android and Java.
https://square.github.io/dagger/
Apache License 2.0
7.31k stars 3.06k forks source link

changing JavaWriter to JavaPoet in README.md file #485

Closed pwittchen closed 9 years ago

pwittchen commented 9 years ago

I've noticed that Dagger is using JavaPoet, what can be read from pom.xml file, but information about changed name of this library is not reflected in README.md file. In this PR I'm updating JavaWriter to JavaPoet in README.md file.

I've already signed CLA during my previous contribution to Square's repository.

Regards, Piotr

JakeWharton commented 9 years ago

So it is! I completely forgot Jesse made that change.