diff --git a/configs/Airbnb.xml b/configs/Oyolife.xml
similarity index 97%
rename from configs/Airbnb.xml
rename to configs/Oyolife.xml
index 33a5779..06f844f 100644
--- a/configs/Airbnb.xml
+++ b/configs/Oyolife.xml
@@ -1,11 +1,11 @@
-
+
\ No newline at end of file
+
diff --git a/configs/AirbnbAndroid.xml b/configs/OyolifeAndroid.xml
similarity index 99%
rename from configs/AirbnbAndroid.xml
rename to configs/OyolifeAndroid.xml
index 51ec5e2..ddc83cc 100644
--- a/configs/AirbnbAndroid.xml
+++ b/configs/OyolifeAndroid.xml
@@ -1,4 +1,4 @@
-
+
diff --git a/install.sh b/install.sh
index e3b0b32..dda6995 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# Installs Airbnb's IntelliJ configs into your user configs.
+# Installs OYO LIFE's IntelliJ configs into your user configs.
-echo "Installing Airbnb code style configs..."
+echo "Installing OYO LIFE code style configs..."
CONFIGS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs"
@@ -20,4 +20,4 @@ done
echo "Done."
echo ""
-echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Airbnb' or 'AirbnbAndroid'."
+echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'OyoLife' or 'OyoLifeAndroid'."