Skip to content

Commit 8e47590

Browse files
committed
Add more info in README
1 parent 1c4be68 commit 8e47590

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ It's intended for the [`yolandi`](https://github.com/alehander42/yolandi) torren
77

88
**Beware**
99

10-
That's a learning exercise for me in elixir/erlang, so the code is still not clean and not idiomatic
10+
That's a learning exercise for me in elixir/erlang, so the code is still not clean and non idiomatic
11+
12+
Bencode format supports 4 types of data: numbers, dictionaries and lists.
13+
`Bencoder` uses elixir's `Integer`, `Map`, `List` and `BitString`.
1114

1215
Examples:
1316

0 commit comments

Comments
 (0)