Skip to content

Commit

Permalink
Added the link to the Python documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
balena committed Apr 1, 2015
1 parent abb686f commit 52264da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a public domain implementation in C and C++ of the STUN message
This is a public domain implementation in C, C++ and Python of the STUN message
(decoder and encoder), based on RFCs [5246](http://www.iana.org/go/rfc5246),
[5389](http://www.iana.org/go/rfc5389), [5766](http://www.iana.org/go/rfc5766),
[5780](http://www.iana.org/go/rfc5780), [6062](http://www.iana.org/go/rfc6062),
Expand All @@ -8,3 +8,4 @@ Check the full documentation:

* [How to Use the C library](https://github.com/guibv/stun-msg/wiki/How-to-use-the-C-library)
* [How to Use the C++ library](https://github.com/guibv/stun-msg/wiki/How-to-use-the-CPP-library)
* [How to Use the Python library](https://github.com/guibv/stun-msg/wiki/How-to-use-the-Python-library)

0 comments on commit 52264da

Please sign in to comment.