fix documentation of plugin encodings (#6052)

Co-authored-by: Benjamin Lee <benjamin@computer.surgery>
This commit is contained in:
Benjamin Lee 2022-07-15 03:28:14 -07:00 committed by GitHub
parent 7bf09559a6
commit 58ee2bf06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@ To install:
To register (from inside Nushell):
```
> register <path to installed plugin> --encoding capnp
> register <path to installed plugin> --encoding json

View file

@ -10,4 +10,4 @@ To install:
To register (from inside Nushell):
```
> register <path to installed plugin> --encoding capnp
> register <path to installed plugin> --encoding json