From 150c967b987464c134924073bb7591d2228fae5c Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Tue, 7 Jun 2016 16:06:06 +0200 Subject: [PATCH] Removed `` in Yeoman Previously, the command line was escaped twice: both with spaces and ``, which meant that the `` showed. This change fixes that. --- aspnet/client-side/yeoman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/client-side/yeoman.rst b/aspnet/client-side/yeoman.rst index 3290229b7d..908c0eba07 100644 --- a/aspnet/client-side/yeoman.rst +++ b/aspnet/client-side/yeoman.rst @@ -18,7 +18,7 @@ Follow the instructions on http://yeoman.io/learning/ to install `yo `__: ``sudo npm install -g yo bower grunt-cli gulp``