Skip to content

Commit ed5ba60

Browse files
committed
Center logo in README
1 parent 6d017c9 commit ed5ba60

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Knot
22

3-
<img src="logo.png" width="300px" align="center">
3+
<p align="center">
4+
<img src="logo.png" width="300px" align="center">
5+
</p>
46

57
Knot is a functional relational programming language. Relations are the primary data structure, computation is pure and functional, and state is automatically persisted to SQLite.
68

0 commit comments

Comments
 (0)