Skip to content

Commit 28b1bb2

Browse files
committed
Merge pull request #71 from ARMmbed/issue_69
Update README.md
2 parents 79ee469 + efb61cc commit 28b1bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Description
3232

33-
mbed-lstools is a Python module that detects and lists mbed-enabled devices connected to the host computer. It will be delivered as a redistributable Python module (package) and command line tool.
33+
```mbed-ls``` is a _Python 2.7_ module that detects and lists mbed-enabled devices connected to the host computer. It will be delivered as a redistributable Python module (package) and command line tool.
3434

3535
Currently supported operating system:
3636

@@ -55,7 +55,7 @@ When connecting more than one mbed-enabled device to the host computer, it takes
5555

5656
mbed-ls module is redistributed via PyPI. We recommend you use the [application pip](https://pip.pypa.io/en/latest/installing.html#install-pip).
5757

58-
**Note:** Python 2.7.9 and later (on the Python 2 series), and Python 3.4 and later include pip by default, so you may have pip already.
58+
**Note:** Python 2.7.9 onwards include ```pip``` by default, so you may have ```pip``` already.
5959

6060
To install mbed-ls from [PyPI](https://pypi.python.org/pypi/mbed-ls) use command:
6161
```

0 commit comments

Comments
 (0)