From 9ebbf2f792a1a60889f340adea937aae14d3a516 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 27 Aug 2016 11:24:03 +0100 Subject: [PATCH] Use "%" char for shell prompt examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d409d1e..d13e690 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Performance comparison: % time (_zsh_nvm_load) ( _zsh_nvm_load; ) 0.58s user 0.37s system 109% cpu 0.874 total -$ time (_zsh_nvm_lazy_load) +% time (_zsh_nvm_lazy_load) ( _zsh_nvm_lazy_load; ) 0.01s user 0.01s system 168% cpu 0.012 total ```