Skip to content

Commit 9ba890d

Browse files
authored
Merge pull request filipw#226 from lukasz-pyrzyk/typoInReadme
Fixed code escaping
2 parents 5a055b2 + 5006476 commit 9ba890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public interface IApiOutputCache
191191
bool Contains(string key);
192192
void Add(string key, object o, DateTimeOffset expiration, string dependsOnKey = null);
193193
}
194-
``
194+
```
195195

196196
Suppose you have a custom implementation:
197197

0 commit comments

Comments
 (0)