From 40869a8c1ce59341bae474e0e0856653c6c725af Mon Sep 17 00:00:00 2001 From: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:16:20 -0300 Subject: [PATCH] docs: quote pip extras install examples --- .../references/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/implementing-supply-chain-security-with-in-toto/references/api-reference.md b/skills/implementing-supply-chain-security-with-in-toto/references/api-reference.md index aa841727..7d7d9762 100644 --- a/skills/implementing-supply-chain-security-with-in-toto/references/api-reference.md +++ b/skills/implementing-supply-chain-security-with-in-toto/references/api-reference.md @@ -12,7 +12,7 @@ ## Installation ```bash -pip install in-toto securesystemslib[crypto] +pip install in-toto 'securesystemslib[crypto]' ``` ## CLI Commands