mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
Simpler slang require [ci skip]
This commit is contained in:
parent
b152bf1153
commit
94ba25b593
1 changed files with 2 additions and 3 deletions
|
@ -41,8 +41,7 @@ Both macros take a `filename` and a `io_name` (the latter defaults to `"__kilt_i
|
||||||
```crystal
|
```crystal
|
||||||
require "kilt"
|
require "kilt"
|
||||||
|
|
||||||
# For slang, try:
|
# For slang, add:
|
||||||
require "slang"
|
|
||||||
require "kilt/slang"
|
require "kilt/slang"
|
||||||
|
|
||||||
# With a Class
|
# With a Class
|
||||||
|
|
Loading…
Reference in a new issue