Skip to content

Commit

Permalink
Updated to version 1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gausman committed Mar 29, 2017
1 parent d22f690 commit 7b8fc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An ASP.NET Core Tag Helper for [GitHub's Octicon](https://octicons.github.com/)
## Setup
1. Install via NuGet
```powershell
Install-Package Octicons.TagHelper -Version 1.0.0-alpha -Pre
Install-Package Octicons.TagHelper -Version 1.0.0
```
2. Add the tag helper to your view or `_ViewImports.cshtml` to access from any view.
```csharp
Expand Down

0 comments on commit 7b8fc83

Please sign in to comment.