Fix missing pkl eval subcommand in documentation examples

This commit is contained in:
Lily Ballard
2024-02-07 11:51:56 -08:00
committed by Philip K.F. Hölzenspies
parent 9f4fd58577
commit bb3e3929ac
2 changed files with 6 additions and 6 deletions

View File

@@ -342,7 +342,7 @@ The following command prints `Pigeon` to the console:
[source,shell]
----
pkl -x metadata.name pigeon.pkl
pkl eval -x metadata.name pigeon.pkl
# => Pigeon
----