From a6c0586382850aefa9f0887d31c84e5a0a8013a4 Mon Sep 17 00:00:00 2001 From: Romain Prieto Date: Thu, 20 Feb 2014 23:01:42 +1100 Subject: [PATCH] gifsicle: add {{}} around tokens --- common/gifsicle.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/gifsicle.md b/common/gifsicle.md index e287449a7..0b2bae9bb 100644 --- a/common/gifsicle.md +++ b/common/gifsicle.md @@ -2,14 +2,14 @@ > Create gifs -- Making a GIF animation with gifsicle is easy: +- Making a GIF animation with gifsicle -`gifsicle --delay=10 --loop *.gif > anim.gif` +`gifsicle --delay={{10}} --loop *.gif > {{anim.gif}}` -- Extracting frames from animations is easy too: +- Extracting frames from an animation -`gifsicle anim.gif '#0' > firstframe.gif` +`gifsicle {{anim.gif}} '#0' > {{firstframe.gif}}` -- You can also edit animations by replacing, deleting, or inserting frames: +- You can also edit animations by replacing, deleting, or inserting frames -`gifsicle -b anim.gif --replace '#0' new.gif` +`gifsicle -b {{anim.gif}} --replace '#0' {{new.gif}}`