diff --git a/docsource/README.md b/docsource/README.md index b708575e..29ee4e89 100644 --- a/docsource/README.md +++ b/docsource/README.md @@ -24,10 +24,11 @@ PDL provides the following features: The PDL interpreter (`pdl/pdl.py`) takes a PDL program as input and renders it into a document by execution its instructions (calling out to models, code, apis, etc...). -See below for installation notes, followed by an [overview](#overview) of the language. A more detailed description of the language features can be found in this [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial).## +See below for installation notes, followed by an [overview](#overview) of the language. A more detailed description of the language features can be found in this [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial). + ## Demo Video - +https://github.com/user-attachments/assets/2629bf1e-bc54-4c45-b598-47914ab05a45 ## Interpreter Installation