Skip to content

Commit ade2838

Browse files
committed
Update README.md
1 parent 0fc4355 commit ade2838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Miracle.Macros
44
Expand macros in strings.
55

66
Sample usage:
7-
````
7+
```csharp
88
var macroString = "Hello ${Location}";
99
Console.WriteLine(macroString.ExpandMacros(new { Location = "World"});
10-
````
10+
```
1111

1212
Macros has the form:
1313
````
@@ -25,4 +25,4 @@ Composite formatting can be applied using:
2525
````
2626
${Property:format}
2727
${Property.SubProperty:format}
28-
````
28+
````

0 commit comments

Comments
 (0)