Fix a typo on CHANGELOG

This commit is contained in:
Junegunn Choi 2023-11-07 10:48:28 +09:00
parent a818653174
commit 250d507bdf
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -16,9 +16,10 @@ CHANGELOG
# FZF_API_KEY is required for a non-localhost listen address # FZF_API_KEY is required for a non-localhost listen address
export FZF_API_KEY="$(head -c 32 /dev/urandom | base64)" export FZF_API_KEY="$(head -c 32 /dev/urandom | base64)"
fzf --listen 0.0.0.0:6266 fzf --listen 0.0.0.0:6266
```
# To allow remote process execution, use `--listen-unsafe` instead - To allow remote process execution, use `--listen-unsafe` instead
# (execute, reload, become, preview, change-preview, tranform-*, etc.) (`execute*`, `reload*`, `become`, `preview`, `change-preview`, `transform-*`)
```sh
fzf --listen-unsafe 0.0.0.0:6266 fzf --listen-unsafe 0.0.0.0:6266
``` ```
- Bug fixes - Bug fixes