Skip to content

Commit 614a659

Browse files
committed
doc
1 parent 0b8aaee commit 614a659

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Mozilla Location Services from Python
22

33
![Actions Status](https://github.com/scivision/mozilla-location-wifi/workflows/ci/badge.svg)
4-
[![Python versions (PyPI)](https://img.shields.io/pypi/pyversions/mozilla-location-python.svg)](https://pypi.python.org/pypi/mozilla-location-python)
5-
[![PyPi Download stats](http://pepy.tech/badge/mozilla-location-python)](http://pepy.tech/project/mozilla-location-python)
4+
[![Python versions (PyPI)](https://img.shields.io/pypi/pyversions/mozloc.svg)](https://pypi.python.org/pypi/mozloc)
5+
[![PyPi Download stats](http://pepy.tech/badge/mozloc)](http://pepy.tech/project/mozloc)
66

77
Uses command line access to WiFi information in a short, simple Mozilla Location Services with Wifi from Python.
8-
The command line programs used to access WiFi inforamtion include:
8+
The command line programs used to access WiFi information include:
99

1010
* Linux: `nmcli` [NetworkManager](https://developer.gnome.org/NetworkManager/stable/nmcli.html)
1111
* Windows: [`netsh`](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc755301(v=ws.10)?redirectedfrom=MSDN)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mozloc
3-
version = 1.1.1
3+
version = 1.1.2
44
author = Michael Hirsch, Ph.D.
55
author_email = scivision@users.noreply.github.com
66
url = https://github.com/scivision/mozilla-location-wifi

0 commit comments

Comments
 (0)