Browse Source

Fixed typo

pull/296/head
Josua Frank 4 years ago
committed by GitHub
parent
commit
3251035b4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/downloading-files.md

2
docs/downloading-files.md

@ -10,7 +10,7 @@ https://vt100.net/docs/tp83/appendixc.html).
To take advantage add the following bash function to your `.bashrc`
```bash
funtion wetty-download() {
function wetty-download() {
echo "\033[5i"$(cat /dev/stdin | base64 -w 0)"\033[4i"
}
```

Loading…
Cancel
Save