Skip to content

Commit 7fbf02b

Browse files
authored
Merge pull request #2 from sandialabs/UpdateReadme
Updated ReadMe Links to point to NuGet.
2 parents f109501 + bcc4221 commit 7fbf02b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Arcus
22

3-
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Arcus)
4-
![GitHub](https://img.shields.io/github/license/sandialabs/arcus)
3+
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Arcus?link=https://www.nuget.org/packages/Arcus/)
4+
![GitHub](https://img.shields.io/github/license/sandialabs/arcus?link=https://github.com/sandialabs/Arcus/blob/master/LICENSE)
55

66
Arcus is a C# manipulation library for calculating, parsing, formatting, converting, and comparing both IPv4 and IPv6 addresses and subnets. It accounts for 128-bit numbers on 32-bit platforms.
77

88
## Getting Started
99

10-
You need to acquire a copy of the source code and compile it in C#, thus creating an dll file.
10+
The latest stable release of Arcus is [available on NuGet](https://www.nuget.org/packages/Arcus/).
1111

12-
In the future, we hope to have Arcus available via a [NuGet]( https://www.nuget.org/) package.
12+
You can also download the source source code and compile it in C#, thus creating an dll file.
1313

14-
An example of code usage can be found later in the **Usage** section.
14+
An example of code usage can be found later in the [Usage](https://github.com/sandialabs/Arcus#usage) section.
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)