aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-12-01 23:53:25 +0000
committerMartin Ashby <martin@ashbysoft.com>2023-12-01 23:53:25 +0000
commit56325badfaa713a920128d27479e9205615957c1 (patch)
tree2525408dd2f7b2606b0b196bd57a86bf73df93a3 /README.md
parent6c24cd4862cd06f3364810b73e3de1bab411f31a (diff)
downloadzbt-56325badfaa713a920128d27479e9205615957c1.tar.gz
zbt-56325badfaa713a920128d27479e9205615957c1.tar.bz2
zbt-56325badfaa713a920128d27479e9205615957c1.tar.xz
zbt-56325badfaa713a920128d27479e9205615957c1.zip
Make peer_id a constant
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0f1eeb..307d6f3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# zbt
-Bittorrent client using Zig and Capy for UI.
+Terminal based bittorrent client built with Zig.
Somewhat inspired by codecrafters bittorrent course.