summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-05-27 09:08:39 +0200
committerIlya Etingof <etingof@gmail.com>2017-05-27 09:08:39 +0200
commit57c3e82b8f575c22e49424bf5cde0cb4bbf9b77f (patch)
treea2dd48a8dd0bb2ebdf8fe2fdb4390233f126b7a7 /README.md
parentc196de621f8e88faa7b8b9fe1ec43cfdd9687576 (diff)
downloadpysnmp-git-57c3e82b8f575c22e49424bf5cde0cb4bbf9b77f.tar.gz
minor docs improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 95a8ccd6..70e5eb40 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Features
* [Twisted](http://twistedmatrix.com), [Asyncio](https://docs.python.org/3/library/asyncio.html)
and [Trollius](http://trollius.readthedocs.org/index.html) integration
* [PySMI](http://pysmi.sf.net) integration for dynamic MIB compilation
+* Built-in instrumentation exposing protocol engine operations
* Python eggs and py2exe friendly
* 100% Python, works with Python 2.4 though 3.6
* MT-safe (if SnmpEngine is thread-local)
@@ -145,14 +146,14 @@ at pysnmp web site.
Documentation
-------------
-Notes on library design and API could be read at [pysnmp project site](http://pysnmp.sf.net/).
+Library documentation and examples can be found at the [pysnmp project site](http://pysnmp.sf.net/).
-If something does not work as expected,
+If something does not work as expected, please
[open an issue](https://github.com/etingof/pysnmp/issues) at GitHub or
post your question [on Stack Overflow](http://stackoverflow.com/questions/ask)
or try browsing pysnmp
[mailing list archives](https://sourceforge.net/p/pyasn1/mailman/pysnmp-users/).
-Finally, your PRs are warmly welcome! ;-)
+Bug reports and PRs are appreciated! ;-)
Copyright (c) 2005-2017, [Ilya Etingof](mailto:etingof@gmail.com). All rights reserved.