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
|
||||
require "kilt"
|
||||
|
||||
# For slang, try:
|
||||
require "slang"
|
||||
# For slang, add:
|
||||
require "kilt/slang"
|
||||
|
||||
# With a Class
|
||||
|
@ -100,4 +99,4 @@ Please contribute your own "adapter" if you create a template language for Cryst
|
|||
|
||||
- [jeromegn](https://github.com/jeromegn) Jerome Gravel-Niquet - creator, maintainer
|
||||
- [waterlink](https://github.com/waterlink) Oleksii Fedorov
|
||||
- [MakeNowJust](https://github.com/MakeNowJust) TSUYUSATO Kitsune
|
||||
- [MakeNowJust](https://github.com/MakeNowJust) TSUYUSATO Kitsune
|
||||
|
|
Loading…
Reference in a new issue