Skip to content

Commit

Permalink
Changed: documentation improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Mar 14, 2024
1 parent ffa21e9 commit 17a2719
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Disk information Python library can assist in collecting disk information on Linux. In more details, it can:

- collect information about a specific disk
- explore existing disks in the system
- explore all existing disks in the system
- translate between traditional and persistent disk names
- read current disk temperature
- read SMART data of a disk
Expand All @@ -26,8 +26,7 @@ See the complete list of dependencies and requirements in the

Demo
----
The library contains a demo application with multiple screens ([`rich`](https://pypi.org/project/rich)
needs to be installed):
The library contains a demo application with multiple screens:

pip install rich
python -m diskinfo.demo
Expand Down

0 comments on commit 17a2719

Please sign in to comment.