Skip to content

Commit a258fb4

Browse files
author
Jonas Pfenniger
committed
Doc updates
1 parent 17d9263 commit a258fb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FFmpeg static build
33

44
Three scripts to make a static build of ffmpeg with all the latest codecs (webm + h264).
55

6-
Just follow the instruction below. Once you have the build dependencies,
6+
Just follow the instructions below. Once you have the build dependencies,
77
just run ./build.sh, wait and you should get the ffmpeg binary in target/bin
88

99
Build dependencies

fetchurl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
#
3-
# Small utility to fetch and unpack urls (with cache)
3+
# Small utility to fetch and unpack archives on the web (with cache)
44
#
5-
# Depends on : wget, tar
5+
# Depends on : curl, tar
66
#
77

88
set -e

0 commit comments

Comments
 (0)