From cf63a80b688395d8d395561f69600b5d0493e8ef Mon Sep 17 00:00:00 2001 From: Henri ter Steeg Date: Thu, 28 Jan 2010 14:59:10 +0100 Subject: [PATCH] README.markdown examples adjusted. --- README.markdown | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index be6b9ad..0db8b3d 100644 --- a/README.markdown +++ b/README.markdown @@ -11,15 +11,9 @@ Go to the download section, install the latest MSI and you're done! For some reason, the installation progress seems to halt for about 30 seconds, but after that it's ready instantly. ### Examples -Syntax highlighting for the Cuke4Nuke WatiN example: -![Syntax highlighting](http://github.com/henritersteeg/cuke4vs/raw/master/doc/screenshots/syntax.png "Syntax highlighting") - -Intellisense (Ctrl-Space) for Cucumber keywords: -![Jump to definition](http://github.com/henritersteeg/cuke4vs/raw/master/doc/screenshots/keywords.png "Show keywords") - -Intellisense (Ctrl-Space) for step definitions: +####Intellisense (Ctrl-Space) for Cucumber keywords or step definitions: ![Jump to definition](http://github.com/henritersteeg/cuke4vs/raw/master/doc/screenshots/steps.png "Show steps") -Jump to step definition (F12): +####Jump to step definition (F12): ![Jump to definition](http://github.com/henritersteeg/cuke4vs/raw/master/doc/screenshots/definition.png "Jump to step definition")