Skip to content

Commit 01dfaf5

Browse files
Formatting the README.md
1 parent 18a5168 commit 01dfaf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradeladder-generator/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Grade Ladder Generator
1+
# Grade Ladder Generator
22

3-
##About
3+
## About
44
This generator is used to create MarkDown documents describing the Software Engineering Ladder. Using a single source of data it creates documents to support 2 use cases:
55

66
* _Checking for consistency_ - It creates a file called: SoftwareEngineeringFullLadder.md that lists out all expectations grouped by "trait" and then grade.
@@ -26,18 +26,18 @@ The source data is a csv file of the form:
2626
>Column 4: Sub Trait - Only applies to WIS trait, and must be set.
2727
2828

29-
##Build
29+
## Build
3030
Simply build using maven:
3131

3232
%> mvn clean install
3333

34-
##Run
34+
## Run
3535
%> mvn exec:java -Dexec.args="../input/expectations.csv ../"
3636

37-
#Authors
37+
# Authors
3838
* [Rob Horn](https://github.com/robhorn-capgemini)
3939

40-
#Contributors (thanks!)
40+
# Contributors (thanks!)
4141
* [Andrew Harmel-Law](https://github.com/andrewharmellaw)
4242
* [Ant Broome](https://github.com/broomyocymru)
4343

0 commit comments

Comments
 (0)