Skip to content

Commit 0e19b4b

Browse files
committed
detail supported DCs in readme
1 parent 2895781 commit 0e19b4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ connections, so just pass your `TCPConnection` or `HTTPServerResponse` where the
1818
following examples pass an `AppenderOutputStream`. Temple's OutputStream will
1919
automatically subclass the appropriate class if vibe.d is present.
2020

21+
Temple works with DMD 2.064 and later, and LDC on the `~merge-2.064` branch at
22+
commit `a24b8b69` (~December 29th) or later.
23+
2124
Table of Contents
2225
-----------------
2326

@@ -480,7 +483,7 @@ must be string, and it must take one parameter.
480483

481484
Example, wrapping evaluated text in quotes:
482485

483-
```
486+
```d
484487
struct QuoteFilter
485488
{
486489
static string templeFilter(string raw)

0 commit comments

Comments
 (0)