Skip to content

Commit 9c7ef2e

Browse files
committed
README.md Required last in table
1 parent 815d0a0 commit 9c7ef2e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ public static async Task Main(string[] args)
5151

5252
### Parameters
5353

54-
| Parameter | Required | Description |
55-
|---------------------------|----------|------------------------------------------------------------------------------------------|
56-
| string cacheKey | Required | The key to use for the cache. |
57-
| Func<Task<TRes>> function | Required | The function to call. |
58-
| CachedRequest? request | Optional | settings for the cache request (explained below). |
59-
| TRes? defaultResponse | Optional | default value to return if the function failed or was not called and the cache is empty. |
60-
| CancellationToken clt | Optional | a cancellation token. |
54+
| Parameter | Description | Required |
55+
|---------------------------|------------------------------------------------------------------------------------------|----------|
56+
| string cacheKey | The key to use for the cache. | Required |
57+
| Func<Task<TRes>> function | The function to call. | Required |
58+
| CachedRequest? request | settings for the cache request (explained below). | Optional |
59+
| TRes? defaultResponse | default value to return if the function failed or was not called and the cache is empty. | Optional |
60+
| CancellationToken clt | a cancellation token. | Optional |
6161

6262
### Example
6363

0 commit comments

Comments
 (0)