From 7bc3e4a330f7d6f956d66e50188e9025791e40d4 Mon Sep 17 00:00:00 2001 From: i2van Date: Mon, 29 Mar 2021 19:29:22 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c5e93..5aab1d1 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ See below. - Relations can not be accessed via indexers. ```csharp -var author = Authors.First() +var author = Authors.First(); // Property (preferable). var name = author.Name;