From a0c5e0017581b6e97f68d2c34ec5bfacf13db067 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:23:33 +0000 Subject: [PATCH] Add emojis to README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9e94756b..38538c4cd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

- Scriptable interface to a powerful, multi-lingual language server. + 🚀 Scriptable interface to a powerful, multi-lingual language server.

@@ -22,7 +22,7 @@
-[Codegen](https://docs.codegen.com) is a python library for manipulating codebases. +[Codegen](https://docs.codegen.com) is a ✨ python library for manipulating codebases. ```python from codegen import Codebase @@ -89,14 +89,14 @@ Having issues? Here are some common problems and their solutions: If you run into additional issues not listed here, please [join our slack community](https://community.codegen.com) and we'll help you out! -## Resources +## 📚 Resources - [Docs](https://docs.codegen.com) - [Getting Started](https://docs.codegen.com/introduction/getting-started) - [Contributing](CONTRIBUTING.md) - [Contact Us](https://codegen.com/contact) -## Why Codegen? +## 🤔 Why Codegen? Software development is fundamentally programmatic. Refactoring a codebase, enforcing patterns, or analyzing control flow - these are all operations that can (and should) be expressed as programs themselves.