Skip to content

Commit 166ec70

Browse files
author
Your Name
committed
Fix typo
1 parent ef48c2a commit 166ec70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ printf("%d\n", binary_length); // Prints "6"
3535

3636
## Details
3737

38-
Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Not that invalid base64 characters are interpreted as padding.
38+
Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Note that invalid base64 characters are interpreted as padding.
3939

4040
Can be compiled as C, uses .*pp extensions because it is usually used in C++ projects and is tested for C++.
4141

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=base64
2-
version=1.0.0
2+
version=1.0.1
33
author=Densaugeo <use@git.hub>
44
maintainer=Densaugeo <use@git.hub>
55
sentence=Base64 encoder/decoder for arduino repo
6-
paragraph=Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Not that invalid base64 characters are interpreted as padding.
6+
paragraph=Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Note that invalid base64 characters are interpreted as padding.
77
category=Communication
88
url=https://github.com/Densaugeo/base64_arduino
99
architectures=*

0 commit comments

Comments
 (0)