Skip to content

Commit 18232fb

Browse files
committed
update
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 826a336 commit 18232fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<code>gem install tim</code>
8+
<code>gem install tim_engine</code>
99
</p>
1010

1111
<p align="center">
@@ -16,13 +16,13 @@
1616
Or add to your Gemfile:
1717

1818
```ruby
19-
gem "tim"
19+
gem "tim_engine"
2020
```
2121

2222
## Usage
2323

2424
```ruby
25-
require "tim"
25+
require "tim_engine"
2626

2727
# Initialize the engine (auto-detects templates directory)
2828
Tim.init("templates", "output", Dir.pwd)

0 commit comments

Comments
 (0)