remove weird glyphs in README.md

pull/22/head
George D. Plymale II 2017-10-24 02:00:11 -04:00 committed by GitHub
parent 1f88c289b5
commit 3b2a2bb0cd
1 changed files with 2 additions and 2 deletions

View File

@ -436,8 +436,8 @@ POWERLEVEL9K_HOST_TEMPLATE="%2m"
By default, LOCAL hosts will show the host icon and remote hosts will show the SSH icon. You can override them by setting By default, LOCAL hosts will show the host icon and remote hosts will show the SSH icon. You can override them by setting
``` ```
POWERLEVEL9K_HOST_ICON="\uF109 " #  POWERLEVEL9K_HOST_ICON="\uF109 "
POWERLEVEL9K_SSH_ICON="\uF489 " #  POWERLEVEL9K_SSH_ICON="\uF489 "
``` ```