Update README.md

install(); is deprecated
This commit is contained in:
Hirun Chamara
2024-04-23 11:22:13 +05:30
committed by GitHub
parent bde25f6ac8
commit af57599df9

View File

@@ -31,7 +31,7 @@ How to use?
Choose a theme (see list below) and invoke its `install` method. E.g.:
~~~java
FlatArcOrangeIJTheme.install();
FlatArcOrangeIJTheme.setup();
~~~