From f89bb2e26c101eb6b6875c527640b8d37b666369 Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Thu, 16 May 2024 17:58:25 -0400 Subject: [PATCH] Apply suggestions from code review --- .../04_installing_and_configuring_the_net_connector.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/net_connector/8.0.2.1/04_installing_and_configuring_the_net_connector.mdx b/product_docs/docs/net_connector/8.0.2.1/04_installing_and_configuring_the_net_connector.mdx index 570ba76d685..cbc235e744c 100644 --- a/product_docs/docs/net_connector/8.0.2.1/04_installing_and_configuring_the_net_connector.mdx +++ b/product_docs/docs/net_connector/8.0.2.1/04_installing_and_configuring_the_net_connector.mdx @@ -32,7 +32,7 @@ For more information, see the [EDB .NET Connector Now Published on NuGet](https: #### Install NuGet package via Visual Studio interface 1. Right-click your project or solution and select **Manage NuGet package**. -1. Search the package using `enterprisedb.edbclient as the search text. +1. Search the package using `enterprisedb.edbclient` as the search text. 1. Select the EnterpriseDB.EDBClient package. 1. Select **Install** to proceed to package download and installation. @@ -103,7 +103,7 @@ To reference library files with Microsoft Visual Studio: 1. In the Solution Explorer, select the project. 2. Select **Project > Add Reference**. -3. In the Add Reference` dialog box, browse to select the appropriate library files. +3. In the Add Reference dialog box, browse to select the appropriate library files. Optionally, you can copy the library files to the specified location.