Skip to content

Commit

Permalink
[cli] Make upgrade message less confusing (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve committed May 8, 2018
1 parent 7b4bcb1 commit fd93e7d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ class UpdateNotifierDialog extends Component {
</table>

<p className={styles.upgradeText}>
To upgrade, run <code className={styles.code}>sanity upgrade</code> in your studio.
To upgrade, run the Sanity CLI command <code className={styles.code}>sanity upgrade</code> in your project folder.
</p>
</div>
)
Expand Down

0 comments on commit fd93e7d

Please sign in to comment.