aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-09-23 09:12:57 +0200
committerGitHub <noreply@github.com>2020-09-23 09:12:57 +0200
commitd9278780248e2450f4f9dab9d014a90078dbd9ba (patch)
treebe0606f061918c6e55fcb0f510d05e76c45b88a4
parent8f96417bcf1b2f64b80e98cd66f87453be18c0dc (diff)
parent13c2e8cebaaa4fbc987ad8463c4a58b1324f8733 (diff)
downloadnextpnr-d9278780248e2450f4f9dab9d014a90078dbd9ba.tar.gz
nextpnr-d9278780248e2450f4f9dab9d014a90078dbd9ba.tar.bz2
nextpnr-d9278780248e2450f4f9dab9d014a90078dbd9ba.zip
Merge pull request #503 from neuschaefer/typo
README.md: Fix two typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c752339f..48930001 100644
--- a/README.md
+++ b/README.md
@@ -188,9 +188,9 @@ Recording a movie
- To save a movie recording of place-and-route click recording icon in toolbar and select empty directory
where recording files will be stored and select frames to skip.
-- Manualy start all PnR operations you wish
+- Manually start all PnR operations you wish
- Click on recording icon again to stop recording
-- Go to directory containing files and exeecute `ffmpeg -f image2 -r 1 -i movie_%05d.png -c:v libx264 nextpnr.mp4`
+- Go to directory containing files and execute `ffmpeg -f image2 -r 1 -i movie_%05d.png -c:v libx264 nextpnr.mp4`
Testing
-------