Skip to content

Commit acf6f3c

Browse files
authored
Update README.md
fix typo
1 parent b620eb3 commit acf6f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This app allows you to change mock location from terminal using adb in order to
22

33
Usage:
44
```batch
5-
adb [-s <specific device>] shell am broadcast -a send.mockgi [-e lat<latitude>] [-e lon <longitude>]
5+
adb [-s <specific device>] shell am broadcast -a send.mock [-e lat<latitude>] [-e lon <longitude>]
66
[-e alt <altitude>] [-e accurate <accurate>]
77
```
88

@@ -13,4 +13,4 @@ adb shell am broadcast -a stop.mock
1313
Example:
1414
```batch
1515
adb shell am broadcast -a send.mock -e lat 15.3 -e lon 99
16-
```
16+
```

0 commit comments

Comments
 (0)