Skip to content

Commit 71116fb

Browse files
authored
fixed markdown syntax
1 parent af4d565 commit 71116fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This is the home for the EclipseGraphviz project, originally on SourceForge.
66

77
EclipseGraphviz is an Eclipse plug-in that provides a Java API for Graphviz and an Image Viewer view that allows easily visualizing the graphical output of your .dot files as you save changes to them.
88

9-
#Installing EclipseGraphviz
9+
# Installing EclipseGraphviz
1010

11-
###Requirements
11+
### Requirements
1212

1313
- Java 8
1414
- Eclipse Luna or later
1515
- Graphviz
1616

17-
###Install Eclipse
17+
### Install Eclipse
1818

1919
- If you don't have Eclipse Luna or newer, install it from
2020
[http://eclipse.org/downloads/](http://eclipse.org/downloads/ "http://eclipse.org/downloads/")
@@ -26,7 +26,7 @@ If you have the [Eclipse
2626
Marketplace](http://marketplace.eclipse.org/marketplace-client-intro "http://marketplace.eclipse.org/marketplace-client-intro")
2727
client installed, that is the easiest way to install EclipseGraphviz. Just search for the "TextUML Toolkit" (EclipseGraphviz ships as part of it), and install it directly. You can install EclipseGraphviz and skip installing the TextUML Toolkit if you prefer ([what is the TextUML Toolkit?](http://abstratt.com/textuml)).
2828

29-
####Method 2: Installation via Update Manager
29+
#### Method 2: Installation via Update Manager
3030
- Open the [Software
3131
Updates](http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.user/tasks/tasks-121.htm "http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.user/tasks/tasks-121.htm")
3232
dialog (Help \> Install New Software...), and enter the following
@@ -40,7 +40,7 @@ client installed, that is the easiest way to install EclipseGraphviz. Just searc
4040
- Accept to restart Eclipse to make the changes effective.
4141

4242

43-
###Download and install Graphviz
43+
### Download and install Graphviz
4444
If you don't have it yet, download and install
4545
[Graphviz](http://graphviz.org/Download.php "http://graphviz.org/Download.php")
4646
for your platform.
@@ -53,12 +53,12 @@ page](http://graphviz.org/Download_windows.php "http://graphviz.org/Download_win
5353
From user reports, it seems XP usually requires that package to be
5454
installed, while Vista does not*.
5555

56-
###Configure EclipseGraphviz
56+
### Configure EclipseGraphviz
5757
Once Graphviz is installed, you may need to tell EclipseGraphviz where to
5858
find it. Open the Graphviz preference page in Eclipse and enter the
5959
location for the dot executable.
6060

61-
#Using EclipseGraphviz
61+
# Using EclipseGraphviz
6262

6363
### How are diagrams rendered?
6464

0 commit comments

Comments
 (0)