Skip to content

Commit b5edeb1

Browse files
committed
🍱 add project logo to README and documentation
1 parent c7a3217 commit b5edeb1

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
qs-codec
22
========
33

4+
5+
.. image:: https://raw.githubusercontent.com/techouse/qs_codec/main/logo.png
6+
:alt: qs-codec
7+
:width: 256
8+
:align: center
9+
410
A query string encoding and decoding library for Python.
511

612
Ported from `qs <https://www.npmjs.com/package/qs>`__ for JavaScript.

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
qs-codec
77
========
88

9+
.. image:: https://raw.githubusercontent.com/techouse/qs_codec/main/logo.png
10+
:alt: qs-codec
11+
:width: 256
12+
:align: center
13+
914
A query string encoding and decoding library for Python.
1015

1116
Ported from `qs <https://www.npmjs.com/package/qs>`__ for JavaScript.

logo.png

80.6 KB
Loading

0 commit comments

Comments
 (0)