about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-06-22 18:01:32 +0200
committerGitHub <[email protected]>2025-06-22 18:01:32 +0200
commit4c0dbe466b914c65c82a0f86569a2f799733d0e5 (patch)
treec72d2b8f644a82bb90cf1a6827b144bfb7c47e12 /README.md
parentMisc: Improve README (diff)
parentUpdate README.md (diff)
downloadpry-lang-4c0dbe466b914c65c82a0f86569a2f799733d0e5.tar.gz
pry-lang-4c0dbe466b914c65c82a0f86569a2f799733d0e5.tar.bz2
pry-lang-4c0dbe466b914c65c82a0f86569a2f799733d0e5.zip
Add logo to README
Add logo to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbdffbc..53acf43 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# Pry Programming Language
+<h1>
+  Pry Programming Language
+  <img src="images/logo.svg" width="40" alt="Logo" />
+</h1>
 
 Pry is a simple, statically-typed programming language that compiles to native code via LLVM. It features a minimal C-like syntax with basic functional programming elements.