Skip to content

Commit 3257cbc

Browse files
committed
Update README.md.
1 parent d45269b commit 3257cbc

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
[![Build Status](https://github.com/toddsundsted/slang/actions/workflows/ci.yml/badge.svg)](https://github.com/toddsundsted/slang/actions)
44

5-
Lightweight, terse, templating language for Crystal. Now with more [Slim](https://github.com/slim-template/slim) compatibility.
5+
Lightweight, terse, templating language for Crystal. Originally
6+
forked from [jeromegn/slang](https://github.com/jeromegn/slang). Now
7+
with more [Slim](https://github.com/slim-template/slim) compatibility.
68

79
## Installation
810

9-
Add this to your application's `shard.yml`:
11+
To install the latest code, add this to your application's `shard.yml`,
12+
or pin it to a [released version](https://github.com/toddsundsted/slang/releases):
1013

1114
```yaml
1215
dependencies:
@@ -172,18 +175,6 @@ Compiles to HTML:
172175
</html>
173176
```
174177

175-
### Difference between single and double equals in Slang
176-
177-
* `=` inserts HTML with escaped characters
178-
* `==` inserts HTML without escaping. It is needed when you have already rendered HTML and you need to insert it to your layout directly.
179-
180-
## TODO
181-
182-
- [x] Fix known limitations
183-
- [ ] More tests
184-
- [ ] Website
185-
- [ ] Documentation
186-
187178
## Contributing
188179

189180
1. Fork it ( https://github.com/toddsundsted/slang/fork )
@@ -195,5 +186,6 @@ Compiles to HTML:
195186
## Contributors
196187

197188
- [jeromegn](https://github.com/jeromegn) Jerome Gravel-Niquet - creator, maintainer
189+
- [toddsundsted](https://github.com/toddsundsted) Todd Sundsted - maintainer of this fork
198190
- [kRaw1er](https://github.com/kRaw1er) Dmitry Neveshkin
199191
- [elorest](https://github.com/elorest) Isaac Sloan

0 commit comments

Comments
 (0)