README: Wrong syntax on mac echo

```
ECHO(1)                   BSD General Commands Manual                  ECHO(1)

NAME
     echo -- write arguments to the standard output

SYNOPSIS
     echo [-n] [string ...]
```
This commit is contained in:
Ray Foss 2018-07-26 13:09:30 -05:00 committed by GitHub
parent 50343faecb
commit 2f7ddbb401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ Encoding (Python)
Decoding (Mac)
`echo "[URL]" -n | sed 's/^.*#[^\/]*\///g' | base64 -D | lzma -d `
`echo -n "[URL]" | sed 's/^.*#[^\/]*\///g' | base64 -D | lzma -d `
Decoding (Linux)