Skip to content

Commit

Permalink
docs: light logo now uses raw.githubusercontent.com instead of the CD…
Browse files Browse the repository at this point in the history
…N to be compatible with NuGet readme

Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
  • Loading branch information
feO2x committed Sep 22, 2023
1 parent be162b1 commit 673f79b
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 @@ -117,4 +117,4 @@ Light.GuardClauses is available as a [NuGet package](https://www.nuget.org/packa
Also, you can incorporate Light.GuardClauses as a **single source file** where the API is changed to `internal`. This is especially interesting for framework / library developers that do not want to have a dependency on the Light.GuardClauses DLL. You can grab the default .NET Standard 2.0 version in [Light.GuardClauses.SingleFile.cs](https://github.com/feO2x/Light.GuardClauses/blob/master/Light.GuardClauses.SingleFile.cs) or you can use the [Light.GuardClauses.SourceCodeTransformation](https://github.com/feO2x/Light.GuardClauses/tree/master/Code/Light.GuardClauses.SourceCodeTransformation) project to create your custom file. You can learn more about it [here](https://github.com/feO2x/Light.GuardClauses/wiki/Including-Light.GuardClauses-as-source-code).

## Let there be... Light
![Light Libraries Logo](https://cdn.githubraw.com/feO2x/Light.GuardClauses/main/Images/light_logo.png)
![Light Libraries Logo](https://raw.githubusercontent.com/feO2x/Light.GuardClauses/main/Images/light_logo.png)

0 comments on commit 673f79b

Please sign in to comment.