]> O.S.I.I.S - jp/crow.git/commitdiff
syntax corrections
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 30 Oct 2021 17:49:15 +0000 (19:49 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 30 Oct 2021 17:49:15 +0000 (19:49 +0200)
Crow/src/Interface.cs
README.md

index 6cd6949f085e8a5bd9dc21006d9fea79261b50a2..a41d5dae2a67b0dd3f267971dddd3179f6afc7fb 100644 (file)
@@ -83,7 +83,7 @@ namespace Crow
                        switch (libraryName)
                        {
                                case "cairo":
-+                   return NativeLibrary.Load("cairo-2", assembly, null);
+                                       return NativeLibrary.Load("cairo-2", assembly, null);
                                /*case "glfw3":
                                        return NativeLibrary.Load("glfw", assembly, null);*/
                                case "rsvg-2.40":
index 222ebff4f3b117df07f03e15a98fc7cf155304b1..36c793eca99e004021000c42746cbe42dc7605a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,8 +40,8 @@ Check the [Tutorials](https://github.com/jpbruyere/Crow/wiki/Tutorials) for a qu
 The `ShowCase`sample will allow you to quickly test IML with live result.
 
 <p align="center">
-  <a href="https://raw.githubusercontent.com/wiki/jpbruyere/Crow/images/showCase.png">
-       <kbd><img src="https://raw.githubusercontent.com/wiki/jpbruyere/Crow/images/showCase.png" height="200"></kbd>
+  <a href="https://github.com/jpbruyere/Crow/blob/master/Images/chess.png">
+       <kbd><img src="https://github.com/jpbruyere/Crow/blob/master/Images/showCase.png" height="200"></kbd>
   </a>
 </p>