Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohswedd committed Dec 2, 2024
1 parent 716f329 commit 0c544ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Install Iris via pip:

```bash
pip install iris-template
pip install iris-templates
```

### Step 2: Render Your First Template
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(
name="iris",
name="iris-templates",
version="0.1.0",
description="A powerful template rendering engine with support for directives, includes, and dynamic context evaluation.",
long_description=open("README.md", encoding="utf-8").read(),
Expand Down

0 comments on commit 0c544ef

Please sign in to comment.