Skip to content

Commit 1b09777

Browse files
committed
chore: library name updated in README.rst
1 parent a1f417e commit 1b09777

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SmartInspect Python Library
66
:alt: SmartInspect
77

88

9-
``smartinspect`` is a client library to integrate SmartInspect logging into Python applications.
9+
``smartinspect-py`` is a client library to integrate SmartInspect logging into Python applications.
1010
It also has a SmartInspect Handler which can be used to dispatch Python ``logging`` log records to
1111
the destination defined by SmartInspect.
1212

@@ -20,16 +20,16 @@ Visit `SmartInspect website <https://code-partners.com/offerings/smartinspect/>`
2020
Installation
2121
============
2222

23-
You can install ``smartinspect`` with:
23+
You can install ``smartinspect-py`` with:
2424

2525
.. code-block:: console
2626
27-
$ pip install smartinspect
27+
$ pip install smartinspect-py
2828
2929
Usage
3030
=====
3131

32-
You can start using ``smartinspect`` like this:
32+
You can start using ``smartinspect-py`` like this:
3333

3434
.. code-block:: pycon
3535

0 commit comments

Comments
 (0)