Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
As a temporary measure, added the value "cacheSeconds" to overcome github API rate limit.
  • Loading branch information
TheSquidCombatant authored Aug 15, 2023
1 parent ce44848 commit 649efef
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
@@ -1,5 +1,5 @@
# TheSquid.Numerics.Extensions
[![GitHub Status](https://img.shields.io/github/actions/workflow/status/TheSquidCombatant/TheSquid.Numerics.Extensions/push-main-not-version.yml)](https://github.com/TheSquidCombatant/TheSquid.Numerics.Extensions)
[![GitHub Status](https://img.shields.io/github/actions/workflow/status/TheSquidCombatant/TheSquid.Numerics.Extensions/push-main-not-version.yml?cacheSeconds=60)](https://github.com/TheSquidCombatant/TheSquid.Numerics.Extensions)
[![NuGet Version](http://img.shields.io/nuget/v/TheSquid.Numerics.Extensions.svg?style=flat&color=green)](https://www.nuget.org/packages/TheSquid.Numerics.Extensions/)

C# implementation of extension methods for BigInteger data type. Such as extracting an Nth root, generating a random value, and so on. By Nikolai TheSquid.
Expand Down

0 comments on commit 649efef

Please sign in to comment.