Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #120 from imminent/patch-1
Browse files Browse the repository at this point in the history
get is non-static
  • Loading branch information
JakeWharton committed Nov 28, 2012
2 parents 3e21228 + cafbb09 commit da0675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidmanifest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The module generated from this plugin is not automatically added to your
object graph. You will need to explicitly include it during construction:

```java
ObjectGraph og = ObjectGraph.get(
ObjectGraph og = ObjectGraph.create(
new MyModule(), // Your declared module.
new ManifestModule() // Module generated from this plugin.
);
Expand Down

0 comments on commit da0675f

Please sign in to comment.