Skip to content

Commit

Permalink
Fix the CDN url
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkoviclazar committed Oct 2, 2018
1 parent ca62473 commit 92ee8e5
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 @@ -42,7 +42,7 @@ Our Pygame module can be imported as follows:
};
~~~
Base path should correspond to the location where you put the Pygame module. A CDN version can be found at
[https://cdn.rawgit.com/Petlja/pygame4skulpt/f40421ad/pygame/__init__.js](https://cdn.rawgit.com/Petlja/pygame4skulpt/f40421ad/pygame/__init__.js).
[https://cdn.rawgit.com/Petlja/pygame4skulpt/3435847b/pygame/__init__.js](https://cdn.rawgit.com/Petlja/pygame4skulpt/3435847b/pygame/__init__.js).

### API
#### Sk.main_canvas
Expand Down

0 comments on commit 92ee8e5

Please sign in to comment.