Skip to content

Commit

Permalink
Add actual NuGet link to badge icons
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBenjamin committed Mar 23, 2019
1 parent 939b878 commit 2afa9a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Simplex Noise implementation offering 1D, 2D, and 3D forms w/ values in the range of 0 to 255. Based on work by Heikki Törmälä (2012) and Stefan Gustavson (2006). Core algorithm designed by Ken Perlin (2001).

![Nuget](https://img.shields.io/nuget/v/SimplexNoise.svg?logo=nuget)
![Nuget](https://img.shields.io/nuget/dt/SimplexNoise.svg)
[![Nuget](https://img.shields.io/nuget/v/SimplexNoise.svg?logo=nuget)](https://www.nuget.org/packages/SimplexNoise/2.0.0)
[![Nuget](https://img.shields.io/nuget/dt/SimplexNoise.svg)](https://www.nuget.org/packages/SimplexNoise/2.0.0)

### What does this library provide?

Expand Down Expand Up @@ -42,4 +42,4 @@ Simplex noise looks better, but different, and is thus visually incompatible wit
- float[,,] Simplex.Noise.Calc3D - returns an array containing 3D Simplex noise
- float Simplex.Noise.CalcPixel1D - returns the value of an index of 1D simplex noise
- float Simplex.Noise.CalcPixel2D - returns the value of an index of 2D simplex noise
- float Simplex.Noise.CalcPixel3D - returns the value of an index of 3D simplex noise
- float Simplex.Noise.CalcPixel3D - returns the value of an index of 3D simplex noise

0 comments on commit 2afa9a6

Please sign in to comment.