Skip to content

Commit

Permalink
docs: 📝 fix typo + add warning for types
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardDorian committed Mar 30, 2022
1 parent b04b7a5 commit 380244c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ Encode and decode data using buffers

# Features

Encore and decode:
Encode and decode:

- Varint
- String
- Int
- Long
- Array of strings
- Array of ints

⚠️ They are all signed and big endian (As Java does)

# Documentation

Expand Down

0 comments on commit 380244c

Please sign in to comment.