diff --git a/README.md b/README.md index 58cb4ca..b0a538b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ```python from life.species import Human -from skills import python, javascript, csharp, html, css, other +from skills import python, java, javascript, csharp, html, css, other from datetime import date from random import choices from os import getenv @@ -22,6 +22,9 @@ class RyanWalters(Human): python.Spotipy, python.PyQt5, python.Tkinter, python.PySimpleGUI, python.Click, python.Arcade, python.Processingpy, python.SQLAlchemy ], + 'java': [ + java.Kotlin, java.Android + ], 'javascript': [ javascript.JQuery, javascript.VueJS ],