Skip to content

Commit b17823f

Browse files
committed
update README
1 parent ce82157 commit b17823f

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# SimpleBaseLib4Pascal
2-
3-
[![Build Status](https://github.com/Xor-el/SimpleBaseLib4Pascal/actions/workflows/make.yml/badge.svg)](https://github.com/Xor-el/SimpleBaseLib4Pascal/actions/workflows/make.yml)
4-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Xor-el/SimpleBaseLib4Pascal/blob/master/LICENSE)
5-
[![Delphi](https://img.shields.io/badge/Delphi-2010%2B-red.svg)](https://www.embarcadero.com/products/delphi)
6-
[![FreePascal](https://img.shields.io/badge/FreePascal-3.2.2%2B-blue.svg)](https://www.freepascal.org/)
1+
<p align="center">
2+
<img src="assets/branding/logo.svg" width="160" alt="SimpleBaseLib4Pascal logo" />
3+
<h1 align="center">SimpleBaseLib4Pascal</h1>
4+
<p align="center">
5+
<strong>Base encoding and decoding for Object Pascal</strong>
6+
</p>
7+
<p align="center">
8+
<a href="https://github.com/Xor-el/SimpleBaseLib4Pascal/actions/workflows/make.yml"><img src="https://github.com/Xor-el/SimpleBaseLib4Pascal/actions/workflows/make.yml/badge.svg" alt="Build Status"></a>
9+
<a href="https://github.com/Xor-el/SimpleBaseLib4Pascal/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
10+
<a href="https://www.embarcadero.com/products/delphi"><img src="https://img.shields.io/badge/Delphi-2010%2B-red.svg" alt="Delphi"></a>
11+
<a href="https://www.freepascal.org/"><img src="https://img.shields.io/badge/FreePascal-3.2.2%2B-blue.svg" alt="FreePascal 3.2.2+"></a>
12+
</p>
13+
</p>
14+
15+
---
716

817
SimpleBaseLib4Pascal is a base encoding/decoding library for Object Pascal with support for multiple base families, non-allocating APIs, and stream-based APIs across Delphi and FreePascal.
918

@@ -16,6 +25,7 @@ SimpleBaseLib4Pascal is a base encoding/decoding library for Object Pascal with
1625
- [Running Tests](#running-tests)
1726
- [Tip Jar](#tip-jar)
1827
- [License](#license)
28+
- [Branding](assets/branding/README.md)
1929

2030
## Features
2131

0 commit comments

Comments
 (0)