diff --git a/README.md b/README.md index a3fef138..923f2e56 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Build](https://github.com/rbonghi/jetson_stats/workflows/Build/badge.svg) ![Docs](https://github.com/rbonghi/jetson_stats/workflows/Docs/badge.svg) ![Publish](https://github.com/rbonghi/jetson_stats/workflows/Publish/badge.svg) -**jetson-stats** is a package to **monitoring** and **control** your [NVIDIA Jetson][NVIDIA Jetson] [XavierNX, Nano, AGX Xavier, TX1, TX2] Works with all NVIDIA Jetson ecosystem. +**jetson-stats** is a package to **monitoring** and **control** your [NVIDIA Jetson][NVIDIA Jetson] [Xavier NX, Nano, AGX Xavier, TX1, TX2] Works with all NVIDIA Jetson ecosystem. When you install jetson-stats are included: * [jtop](#jtop) diff --git a/setup.py b/setup.py index 4c52a0c9..bc6673da 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def run(self): version=version, author="Raffaello Bonghi", author_email="raffaello@rnext.it", - description="Interactive system-monitor and process viewer for all NVIDIA Jetson [XavierNX, Nano, AGX Xavier, TX1, TX2]", + description="Interactive system-monitor and process viewer for all NVIDIA Jetson [Xavier NX, Nano, AGX Xavier, TX1, TX2]", license='AGPL-3.0', long_description=long_description, long_description_content_type="text/markdown",