diff --git a/EIPS/eip-1319.md b/EIPS/eip-1319.md index 20121871ff7289..9e59b3629d99d7 100644 --- a/EIPS/eip-1319.md +++ b/EIPS/eip-1319.md @@ -1,7 +1,7 @@ --- eip: 1319 title: Smart Contract Package Registry Interface -author: Piper Merriam , Christopher Gewecke , g. nicholas d'andrea , Nick Gheorghita +author: Piper Merriam , Christopher Gewecke , g. nicholas d'andrea , Nick Gheorghita (@njgheorghita) type: Standards Track category: ERC status: Draft @@ -22,7 +22,7 @@ A clear standard would help the existing EthPM Package Registry evolve from a ce **Examples** ```shell -$ ethpm install packages.zeppelin.eth/Ownership +$ ethpm install ethpm://packages.zeppelin.eth/ownership@1.0.0 ``` ```javascript