diff --git a/README.md b/README.md index 8e8669eb..79a647b5 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ Addons Getting started --------------- -To enable FlatLaf, add following code to your main method before you create any +To use FlatLaf, add following code to your main method before you create any Swing component: ~~~java -FlatLightLaf.install(); +FlatLightLaf.setup(); // create UI here... ~~~