Skip to content

Commit 16dac55

Browse files
committed
Center image in a div instead
1 parent ae64c1c commit 16dac55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<center>
1+
<div style="text-align: center;">
22
<img src="snappylapy-logo.svg" alt="Snappylapy Logo" style="width:200px;"/>
33

44
# Snappylapy
55
Boost test reliability and speed by effortlessly capturing, diffing, and reusing complex data structures across pytest runs.
66

7-
---
8-
</center>
7+
</div>
98

109
Welcome to **Snappylapy**, a powerful and intuitive snapshot testing plugin for Python's pytest framework. Snappylapy simplifies the process of capturing and verifying snapshots of your data, ensuring your code behaves as expected across different runs. With Snappylapy, you can save snapshots in a human-readable format and deserialize them for robust integration testing, providing a clear separation layer to help isolate errors and maintain code integrity.
1110

0 commit comments

Comments
 (0)