Skip to content

Commit 5e21a09

Browse files
committed
Added project's images.
1 parent f3ff594 commit 5e21a09

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

images/project-image-large.png

98.5 KB
Loading

images/project-image-small.png

24.9 KB
Loading

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Encoders is a creatively named PHP library containing various binary-to-text enc
66

77
I basically wrote a Base 32 implementation for my other project, Google Authenticator which you can find on GitHub, and thought to myself, hey...why not create an entire library featuring binary-to-text encoders, that's kind of fun? So here it is. A filler project, for fun.
88

9+
![Project Image](images/project-image-small.png)
10+
911
Following specifications are referenced:
1012

1113
* [RFC 4648](other/specifications/rfc4648.txt) - Base 16, Base 32 & Base 64 Data Encodings
@@ -14,8 +16,6 @@ Following specifications are referenced:
1416

1517
**Song of the project:** [Albert Veli - Write in C](https://www.youtube.com/watch?v=1S1fISh-pag)
1618

17-
**Project is still under development...slow ride...take it easy...**
18-
1919
## Versioning Scheme
2020

2121
I use a 3-digit [Semantic Versioning](https://semver.org/spec/v2.0.0.html) identifier, for example 1.0.2. These digits have the following meaning:

0 commit comments

Comments
 (0)