summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Hiszpanski <chris.hiszpanski@verkada.com>2022-05-21 15:25:35 -0700
committerChris Hiszpanski <chris.hiszpanski@verkada.com>2022-05-21 15:45:26 -0700
commit97261b79b20e4e53ef3a5b7a37d1ffb0b5665bcb (patch)
tree809099efc2ac9ccfb440776eda5c63b6a1970931 /README.md
parent12df87e791ee6e468df31a6c468595b8c124a2b4 (diff)
* Added trtc_ prefixes
* Split into tinyrtc.c/h * Sending answer * Answer validates
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 095d825..c30f1a0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-TinyRTC
-=======
+# ![tinyrtc logo](example/tinyrtc.png) TinyRTC
-A header-only implementation of WebRTC for small systems like IP cameras
+WebRTC implementation in C for tiny things like IP cameras
Build
-----