Skip to content

Commit c0f4016

Browse files
committed
fix "unsuported" typo
1 parent 6e7f206 commit c0f4016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ riemann-client
1010

1111
A `Riemann <http://riemann.io/>`_ client library and command line tool for Python. It supports UDP and TCP transports, queries, and all metric types. However, it does not currently support event attributes or a SSL TCP transport.
1212

13-
The client library aims to provide a simple, minimal API does not require direct interaction with protocol buffers (though it does allow using the protobuf API directly, allowing you to use unsuported features such as event attributes). There is also a queued client that can queue events and then send in a single message.
13+
The client library aims to provide a simple, minimal API does not require direct interaction with protocol buffers (though it does allow using the protobuf API directly, allowing you to use unsupported features such as event attributes). There is also a queued client that can queue events and then send in a single message.
1414

1515
Usage
1616
-----

0 commit comments

Comments
 (0)