Skip to content

Commit 6b35b51

Browse files
committed
Update plugin name in the README files
Signed-off-by: Ruben Moral <ruben.moral@digi.com>
1 parent 8ef7d8f commit 6b35b51

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ modifying existing code to address differences between the XBee and other
77
MicroPython platforms. This project includes code from
88
[micropython-lib][micropython-lib].
99

10-
The repository is used by the **Digi XBee MicroPython PyCharm Plugin** to
10+
The repository is used by the **Digi XBee PyCharm IDE Plugin** to
1111
get the available samples, libraries platforms and stubs and facilitate the
1212
process of creating and launching MicroPython applications in XBee devices.
1313
This means that you don't need to clone it unless you want to contribute
@@ -16,7 +16,7 @@ automatically.
1616

1717
We don't recommend you to do so, but you can still use the content of this
1818
repository to create XBee MicroPython applications by your own (without using
19-
the **Digi XBee MicroPython PyCharm Plugin**). In any case, you will find
19+
the **Digi XBee PyCharm IDE Plugin**). In any case, you will find
2020
information on how to get started with XBee and MicroPython in the
2121
[Digi MicroPython Programming Guide][doc].
2222

@@ -51,21 +51,21 @@ The repository is structured in the following folders:
5151

5252
* **categories** - This folder contains the definition and images for the Digi
5353
categories in which the different products supporting MicroPython are
54-
organized. This information is used by the **Digi MicroPython PyCharm
55-
Plugin** to filter the supported platforms.
54+
organized. This information is used by the **Digi XBee PyCharm IDE Plugin** to
55+
filter the supported platforms.
5656
* **lib** - Files in the `lib/` directory mirror the structure you'd use when
5757
uploading to the XBee device. For example, `lib/umqtt/simple.py` is the
5858
correct location for `import umqtt.simple` to work in your program.
5959
* **platforms** - This folder contains the definition and images for the
6060
Digi XBee products supporting MicroPython. This information is used by the
61-
**Digi XBee MicroPython PyCharm Plugin** to list the supported platforms.
61+
**Digi XBee PyCharm IDE Plugin** to list the supported platforms.
6262
* **samples** - Files in the `samples/` directory are organized by feature or
6363
XBee device. For example, `cellular` contains samples for XBee3 Cellular
6464
devices and `i2c` contains samples for any XBee device with I2C support in
6565
MicroPython.
6666
* **typehints** - This folder contains the API definitions of the MicroPython
6767
modules available in the XBee devices. These definitions are used by the
68-
**Digi XBee MicroPython PyCharm Plugin** for syntax checking, code completion
68+
**Digi XBee PyCharm IDE Plugin** for syntax checking, code completion
6969
and refactoring.
7070

7171
Other folders that appear in the repository include:

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applications to benefit from the methods and abstractions they offer.
66
Libraries are organized in categories, which are directories that group them
77
by feature or functionality.
88

9-
**Digi XBee MicroPython PyCharm Plugin** uses this folder to list and import
9+
**Digi XBee PyCharm IDE Plugin** uses this folder to list and import
1010
libraries when creating a new project.
1111

1212
Contributing

platforms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ XBee MicroPython Platforms
22
==========================
33

44
This folder contains the definition and images for the Digi XBee products
5-
supporting MicroPython. This information is used by the **Digi XBee MicroPython
6-
PyCharm Plugin** to list the supported platforms when creating a new
5+
supporting MicroPython. This information is used by the **Digi XBee PyCharm IDE
6+
Plugin** to list the supported platforms when creating a new
77
application or importing a sample.

samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This directory contains sample applications that demonstrate the use of XBee
55
MicroPython modules and libraries. Samples are organized in categories, which
66
are directories that group samples by feature or functionality.
77

8-
**Digi XBee MicroPython PyCharm Plugin** uses this folder to list the available
9-
samples in the **Import XBee MicroPython Sample Project** wizard.
8+
**Digi XBee PyCharm IDE Plugin** uses this folder to list the available samples
9+
in the **Import Digi Sample** wizard.
1010

1111
Contributing
1212
------------

typehints/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ XBee MicroPython Typehints
22
==========================
33

44
This folder contains the API definitions of the MicroPython modules available
5-
in the XBee devices. These definitions are used by the **Digi XBee MicroPython
6-
PyCharm Plugin** for syntax checking, code completion and refactoring when
5+
in the XBee devices. These definitions are used by the **Digi XBee PyCharm IDE
6+
Plugin** for syntax checking, code completion and refactoring when
77
writing your application.

0 commit comments

Comments
 (0)