Skip to content

Commit e398194

Browse files
authored
Minor readme update
1 parent 6edca8d commit e398194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## WEBM:
22

33
Information about webm:
4-
* http://www.webmproject.org/
4+
* https://www.webmproject.org/
55

66
## Setup/Installing:
77

8-
You need HAXE and OPENFL. http://openfl.org/
8+
You need Haxe and OpenFL. https://openfl.org/
99

1010
```
1111
haxelib install openfl-webm
@@ -31,4 +31,4 @@ player.addEventListener('stop', function(e) {
3131
trace('stop!');
3232
});
3333
player.play();
34-
```
34+
```

0 commit comments

Comments
 (0)