From 434df5a9a9f2a128030507cb6ca6db2efb4adeb7 Mon Sep 17 00:00:00 2001 From: orbxball Date: Thu, 22 Apr 2021 00:02:56 -0400 Subject: [PATCH] fix: update code snippet (#293) * fix: update code snippet * fix: enclose it in backticks --- docs/DEPLOYMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 02d58301..da3e675d 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -37,11 +37,11 @@ The below instructions show some python commands that assume you are using the b vault.setManagementFee(0) ``` -1. (Optional) Set governance to ychad.eth (0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52) if vault is planned to be endorsed soon: +1. (Optional) Set governance to ychad.eth (`0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52`) if vault is planned to be endorsed soon: - Note you can still make changes to the vault after setting governance up until governance is accepted ```python - vault.setManagementFee(0) + vault.setGovernance(ychad.eth) ```