From cf95e261db0069381a81b7aa24aed83b4731a767 Mon Sep 17 00:00:00 2001 From: Awais75 <72218287+Awais75@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:22:14 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bff1567..8cb4dd5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Linq +Linq - Language Integrated Query ==== -Linq for list comprehension in C++, provides an implementation of linq for C++. Currently it only supports C++ ranges, but it does support both the extension and query methods for linq. Here's an example: +Linq (Language Integrated Query) for list comprehension in C++, provides an implementation of linq for C++. Currently, It is only support C++ ranges, but it does support both the extension and query methods for linq. Here's an example: ```c# struct student_t