Skip to content

Commit 9acfd80

Browse files
Create master branch via GitHub
1 parent d854caa commit 9acfd80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>
2828
<h3>
2929
<a id="this-is-a-simplecanvas-coming-soon-the-more-easy-html5-framework--to-learn-canvas-2d" class="anchor" href="#this-is-a-simplecanvas-coming-soon-the-more-easy-html5-framework--to-learn-canvas-2d" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is a SimpleCanvas, coming soon the more easy html5 framework to learn Canvas 2d.</h3>
3030

31-
<p><img src="https://github.com/samuelsantosdev/SimpleCanvas/blob/master/img/gamesnake.png" alt="Snake game" title="Snake game"></p>
31+
<p><img src="https://raw.githubusercontent.com/samuelsantosdev/SimpleCanvas/master/img/gamesnake.png" alt="Snake game" title="Snake game"></p>
3232

3333
<table>
3434
<thead>

params.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SimpleCanvas",
33
"tagline": "Simple Canvas",
4-
"body": "# SimpleCanvas\r\n## Example snake game\r\n### This is a SimpleCanvas, coming soon the more easy html5 framework to learn Canvas 2d.\r\n![Snake game](https://github.com/samuelsantosdev/SimpleCanvas/blob/master/img/gamesnake.png \"Snake game\")\r\n\r\n|Version|Features|\r\n|---|---|\r\n|0.1|Render shapes and animate objects, example game snake|\r\n",
4+
"body": "# SimpleCanvas\r\n## Example snake game\r\n### This is a SimpleCanvas, coming soon the more easy html5 framework to learn Canvas 2d.\r\n![Snake game](https://raw.githubusercontent.com/samuelsantosdev/SimpleCanvas/master/img/gamesnake.png \"Snake game\")\r\n\r\n|Version|Features|\r\n|---|---|\r\n|0.1|Render shapes and animate objects, example game snake|\r\n",
55
"note": "Don't delete this file! It's used internally to help with page regeneration."
66
}

0 commit comments

Comments
 (0)