diff --git a/README.md b/README.md
index d5f6a14..0c12bdc 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
I use the AVD emulators that are installable with Android Studio and stored in$ANDROID_HOME/emulator/emulator
alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'
+ It may be helpful to store an alias in your profile to open an emulator via a simple command:alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'