Skip to content

Commit b0278fa

Browse files
authored
Update README.md
1 parent 909025c commit b0278fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ var targetItems = items.Select<SourceItem,TargetItem>(model)
114114

115115
Transform a collection of text into another format, like markdown.
116116
```csharp
117-
var markdownItems = items.Select(model, "transform each item into markdown like this:\n# {{TITLE}}\n{{AUTHOR}}\n{{Description}}")
117+
var markdownItems = items.Select(model, goal: """"
118+
transform each item into markdown like this:
119+
# {{TITLE}}
120+
{{AUTHOR}}
121+
{{DESCRIPTION}}
122+
""");
118123
```
119124
120125
## enumerable.Summarize()

0 commit comments

Comments
 (0)