diff --git a/docs/how-to/how-to-use-as-dependency-in-pharo.md b/docs/how-to/how-to-use-as-dependency-in-pharo.md index 8285e5d..080721d 100644 --- a/docs/how-to/how-to-use-as-dependency-in-pharo.md +++ b/docs/how-to/how-to-use-as-dependency-in-pharo.md @@ -17,7 +17,7 @@ should reference the package in your product baseline: spec baseline: 'PersistentAPISkeleton' with: [ spec - repository: 'github://github://mercap/Persistent-API-Skeleton:v{XX}' ]; + repository: 'github://mercap/Persistent-API-Skeleton:v{XX}' ]; project: 'Persistent-API-Skeleton-Deployment' copyFrom: 'PersistentAPISkeleton' with: [ spec loads: 'Deployment' ] ```