Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBRDeveloper committed Jul 18, 2024
1 parent ea9f2a4 commit 56997e7
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 @@ -13,7 +13,7 @@ Java library for make a beautiful apps, based in android code design.

public class Example extends Activity {
public static void main(String[] args) {
Application.initialize(Example::new);
Application.initialize(new TexelProject("application.package",new Launch<>(Example.class)));
}

@Override
Expand Down

0 comments on commit 56997e7

Please sign in to comment.