Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jan 10, 2016
1 parent 125e5e7 commit b35d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class MyApplication extends Application {
public void onCreate() {
super.onCreate();
Iron.init(getApplicationContext());
Iron.setCache(new LruCache());
Iron.setCache(Cache.MEMORY);//default is NONE
//Optional if iron-retrofit is included
Iron.setLoaderExtension(new IronRetrofit());
//Optional if iron-encryption is included
Expand Down

0 comments on commit b35d77b

Please sign in to comment.