Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanAgnihotri committed Apr 15, 2022
1 parent b65c903 commit 45c48cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center"><img src="/docs/logo.png" width=300px height=300px/></p>

# Branca
> A .NET 5 library for generating and validating Branca tokens.
> A .NET 6 library for generating and validating Branca tokens.
![Status][1] [![Nuget][2]][5] [![Downloads][3]][5] ![License][4]

Expand Down Expand Up @@ -254,8 +254,8 @@ if (branca.TryDecode(token, out byte[] data, out uint createTime))

### License

Branca is a .NET 5 library for generating and validating Branca tokens.
Copyright © 2021 Aman Agnihotri ([email protected])
Branca is a .NET 6 library for generating and validating Branca tokens.
Copyright © 2022 Aman Agnihotri ([email protected])

Branca is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
Expand Down

0 comments on commit 45c48cf

Please sign in to comment.