aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-04-07 11:22:11 -0600
committerTobin Ehlis <tobine@google.com>2016-04-07 15:00:38 -0600
commit55184b3db236ad4abe35cc300068c6b934e88f9a (patch)
tree4e58b946fc6d56266e880c88fc82ca22a3daacf1
parent2e3eafa97841bf73e68f51a0391a49585c2d8d19 (diff)
downloadusermoji-55184b3db236ad4abe35cc300068c6b934e88f9a.tar.xz
android: Fix typo in Mac steps
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 923ab5ae..a248c4c8 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -178,7 +178,7 @@ brew install python3
pip install --upgrade pip
pip install lxml
pip3.5 install --upgrade pip
-pip3.5 install lxm
+pip3.5 install lxml
```
### Build steps for Android
Use the following to ensure the Android build works.