From fcfbe82c7e7363644ac7d173b76911cae61aa267 Mon Sep 17 00:00:00 2001 From: Lex Li <425130+lextm@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:01:35 -0400 Subject: [PATCH] Expanded the project name. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 99032821..9396066b 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,15 @@ -# \#SNMP Library +# C# SNMP Library (#SNMP) [![NuGet Version](https://img.shields.io/nuget/v/Lextm.SharpSnmpLib.svg?style=flat-square)](https://www.nuget.org/packages/Lextm.SharpSnmpLib/) [![Nuget](https://img.shields.io/nuget/dt/Lextm.SharpSnmpLib?style=flat-square)](https://www.nuget.org/packages/Lextm.SharpSnmpLib/) [![Build](https://img.shields.io/github/actions/workflow/status/lextudio/sharpsnmplib/dotnetcore.yml?branch=master&style=flat-square)](https://github.com/lextudio/sharpsnmplib/actions/workflows/dotnetcore.yml) [![Coverage](https://img.shields.io/coveralls/github/lextudio/sharpsnmplib?style=flat-square)](https://coveralls.io/github/lextudio/sharpsnmplib) -This is the source code repository of #SNMP Library. Visual Studio 2022 and .NET 8 SDK is required to compile it on Windows. +This is the source code repository of C# SNMP Library (#SNMP). Visual Studio 2022 and .NET 8 SDK is required to compile it on Windows. ## Useful Links -* You can visit [#SNMP Library homepage](https://sharpsnmp.com). +* You can visit [C# SNMP Library homepage](https://sharpsnmp.com). * [The documentation site is here](https://docs.sharpsnmp.com). * [API references can be found here](https://help.sharpsnmp.com). * Sample projects can be found in [their repo](https://github.com/lextudio/sharpsnmplib-samples).