From 4c2961ce5de0e7861f4a36a0222c09d2700bc1c0 Mon Sep 17 00:00:00 2001 From: skarth1k <4485252+skarth1k@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:51:36 +0530 Subject: [PATCH] Spelling correction on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2b17db..27ad616c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ It is recommended to use NuGet through the VS Package Manager Console `Install-P As of ExcelDataReader version 3.0, the project was split into multiple packages: -Install the `ExcelDataReader` base package to use the "low level" reader interface. Compatible with met462, netstandard2.0 and netstandard2.1. +Install the `ExcelDataReader` base package to use the "low level" reader interface. Compatible with net462, netstandard2.0 and netstandard2.1. Install the `ExcelDataReader.DataSet` extension package to use the `AsDataSet()` method to populate a `System.Data.DataSet`. This will also pull in the base package. Compatible with net462, netstandard2.0 and netstandard2.1.