Skip to content

Commit 4a24065

Browse files
committed
Removed documentation example image since it has now been added to an assets branch.
Updated the gitignore file to ignore the Assets folder and updated the Readme to use the new image location.
1 parent 78c5b6b commit 4a24065

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# User-specific files (MonoDevelop/Xamarin Studio)
1111
*.userprefs
1212

13+
# Documentation Assets
14+
[Aa]ssets/
15+
1316
# Build results
1417
[Dd]ebug/
1518
[Dd]ebugPublic/

Images/GrunWinExample.GIF

-91.9 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ is running. GrunWin also supports a handful of optional command line parameters
6262
|--diagnostics | Parse with diagnostics. |
6363
|--encoding \<name> | Encoding type to use. |
6464

65-
![Editor Sample](https://github.com/wiredwiz/Grun.Net/blob/master/Images/GrunWinExample.GIF?raw=true)
65+
![Editor Sample](https://github.com/wiredwiz/Grun.Net/blob/master/Assets/GrunWinExample.GIF?raw=true)
6666

6767
I eventually plan to add syntax highlighting to the editor window. The tool will attempt
6868
to build a color pallet heuristically, but an ISyntaxGuide can be implemented to help

0 commit comments

Comments
 (0)