Skip to content

Commit

Permalink
Improve readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Ramos committed Oct 22, 2020
1 parent 97a9d39 commit 27ff13b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Readme.md
Expand Up @@ -4,6 +4,7 @@ Have you ever just wanted to output flat structured POCO out to console? Sure yo

## Example usage
```csharp
// using ConsoleTables;
static void Main(String[] args)
{
var table = new ConsoleTable("one", "two", "three");
Expand Down Expand Up @@ -62,6 +63,41 @@ this line should be longer yes it is oh

![screenshot](/screenshot.PNG)

## Adding it to your project with nuget

**Package Manager**

```sh
Install-Package ConsoleTables -Version 2.4.2
```

**.NET CLI**

```sh
Install-Package ConsoleTables -Version 2.4.2
```
**PackageReference**

```sh
<PackageReference Include="ConsoleTables" Version="2.4.2" />
```
**Packet CLI**

```sh
paket add ConsoleTables --version 2.4.2
```

## Version History

| Version | Downloads | Last updated |
| ------------- |--------------|---------------|
| Version |Downloads |Last updated |
| 2.4.2 |18,202 |4 months ago |
| 2.4.1 |42,442 |7 months ago |
| 2.4.0 |19,443 |12/18/2019 |
| 2.3.0 |107,954 |3/20/2019 |
| 2.2.4 |678 |3/6/2019 |

The MIT License (MIT)

Copyright (c) 2013 Khalid Abuhakmeh
Expand Down

0 comments on commit 27ff13b

Please sign in to comment.