Skip to content

Commit 34f93b5

Browse files
authored
Update README.md
1 parent 9e62eb5 commit 34f93b5

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,24 @@
88

99
A .NET Standard library that can be used as IPP client and IPP server.
1010

11+
## Strong-named version
12+
13+
[![NuGet](https://img.shields.io/nuget/v/SharpIppNext.StrongName.svg)](https://www.nuget.org/packages/SharpIppNext.StrongName)
14+
[![NuGet downloads](https://img.shields.io/nuget/dt/SharpIppNext.StrongName.svg)](https://www.nuget.org/packages/SharpIppNext.StrongName)
15+
1116
## Features
1217

1318
- Client and server support all operations of [Internet Printing Protocol/1.1](https://tools.ietf.org/html/rfc2911)
1419
- Client supports [CUPS-Get-Printers operation](http://www.cups.org/doc/spec-ipp.html#CUPS_GET_PRINTERS)
1520

16-
## Installing
17-
18-
The fastest way of getting started using `SharpIppNext` is to install the NuGet package.
19-
20-
```csharp
21-
dotnet add package SharpIppNext
22-
```
23-
24-
There is also strong-typed version.
25-
26-
```csharp
27-
dotnet add package SharpIppNext.StrongName
28-
```
29-
3021
## Getting started
3122

3223
- [Documentation](https://danielklecha.github.io/SharpIppNext/).
3324
- [Wiki](https://github.com/danielklecha/SharpIppNext/wiki).
34-
- Example of the IPP client is included in solution
35-
- Example of the IPP server is avaliable in [SharpIppNextServer repository](https://github.com/danielklecha/SharpIppNextServer).
25+
- An example of the IPP client is included in the solution
26+
- An example of the IPP server is available in [SharpIppNextServer repository](https://github.com/danielklecha/SharpIppNextServer).
3627

3728

3829
## License
3930

40-
SharpIppNext is provided as-is under the MIT license.
31+
`SharpIppNext` is provided as-is under the MIT license.

0 commit comments

Comments
 (0)