Added project links to readme files

master
Steve Cross 3 years ago
parent 25e2cc8558
commit d1a95cfc65
Signed by: hairlesshobo
GPG Key ID: A89EDFF0F5E08A30
  1. 7
      README.md
  2. 7
      docs/README.md
  3. 7
      docs/nuget_README.md

@ -17,6 +17,13 @@ ProgressBar progressBar = new ProgressBar();
progressBar.UpdateProgress(0.42);
```
## Project Links
* [Project Website](https://code.foxhollow.cc/terminal-ui/)
* [NuGet Package](https://www.nuget.org/packages/FoxHollow.TerminalUI/)
* [Git Repo](https://git.foxhollow.cc/hairlesshobo/TerminalUI)
* [FoxHollow](https://www.foxhollow.cc)
## Demo
Here you can see a screen grab of a few of these elements in use:

@ -17,6 +17,13 @@ ProgressBar progressBar = new ProgressBar();
progressBar.UpdateProgress(0.42);
```
## Project Links
* [Project Website](https://code.foxhollow.cc/terminal-ui/)
* [NuGet Package](https://www.nuget.org/packages/FoxHollow.TerminalUI/)
* [Git Repo](https://git.foxhollow.cc/hairlesshobo/TerminalUI)
* [FoxHollow](https://www.foxhollow.cc)
## Demo
Here you can see a screen grab of a few of these elements in use:

@ -15,6 +15,13 @@ ProgressBar progressBar = new ProgressBar();
progressBar.UpdateProgress(0.42);
```
## Project Links
* [Project Website](https://code.foxhollow.cc/terminal-ui/)
* [NuGet Package](https://www.nuget.org/packages/FoxHollow.TerminalUI/)
* [Git Repo](https://git.foxhollow.cc/hairlesshobo/TerminalUI)
* [FoxHollow](https://www.foxhollow.cc)
## Demo
For a demo, please visit the project homepage [here](https://code.foxhollow.cc/terminal-ui/#/README?id=demo).

Loading…
Cancel
Save