From a6595fd8bcfb73f4c7fe84107e8ce8195d09fe75 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Fri, 14 Jun 2019 23:26:10 -0500 Subject: [PATCH] minor boilerplate adjustments --- README.md | 2 +- onionr/netcontroller.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34491fad..1c621d26 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Private P2P Communication network 🕵️ + Private P2P Communication Network 🕵️

(***pre-alpha & experimental, not well tested or easy to use yet***) diff --git a/onionr/netcontroller.py b/onionr/netcontroller.py index 69a5f21e..633986d0 100755 --- a/onionr/netcontroller.py +++ b/onionr/netcontroller.py @@ -1,5 +1,5 @@ ''' - Onionr - P2P Microblogging Platform & Social network + Onionr - Private P2P Communication Netcontroller library, used to control/work with Tor/I2P and send requests through them '''