Skip to content

Commit 2640b7d

Browse files
committed
readme.md: made headlines less aggressive
1 parent 9dadbff commit 2640b7d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# How to install
1+
### How to install
22

33
Like pretty much every mod, copy the content of GameData to GameData in your KSP folder.
44

5-
# How to use
5+
### How to use
66

77
Select a docking port as target.
88
An additional red marker will appear, indicating the direction your docking port needs to face to be parallel to the target docking port.
99

1010
This mod is basically a light-weight version of NavyFish's Docking Port Alignment Indicator mod, using only a single marker on the navball instead of a whole new window.
1111

12-
# How to configure
12+
### How to configure
1313

1414
After the first start, there will be a text file at KSP_DIR/GameData/NavBallDockingAlignmentIndicator/PluginData/NavBallDockingAlignmentIndicator/config.xml, which you can edit to adjust the marker color and texture (the color is a vector3 of rgb, the texture is a vector2 of x, y subtexture position on [this texture](https://github.com/kitoban/EnhancedNavBall/blob/master/materialRef.JPG)).
1515

1616
The default values are (1, 0, 0) (red) and (0, 2) (the prograde marker).
1717

18-
# How to manually build
18+
### How to manually build
1919

2020
Use the included Makefile (or an development environment, if you wish to)
2121

22-
# Changelog
22+
### Changelog
2323

2424
v0, 2013-10-20, KSP 0.22:
2525

@@ -42,17 +42,17 @@ v4, 2014-07-18, KSP 0.24:
4242

4343
Updated for KSP 0.24, changed readme file
4444

45-
# URLs
45+
### URLs
4646

47-
- [Github](https://github.com/mic-e/kspnavballdockingalignmentindicator)
48-
- [Forum](http://forum.kerbalspaceprogram.com/threads/54303)
47+
- [Github](https://github.com/mic-e/kspnavballdockingalignmentindicator)
48+
- [Forum](http://forum.kerbalspaceprogram.com/threads/54303)
4949

50-
# Credits
50+
### Credits
5151

5252
- NavyFish, creator of [Docking Alignment Indicator](http://kerbalspaceport.com/dock-align-indicator/)
5353
- kitoban, creator of [Enhanced Navball](http://kerbalspaceport.com/enhancednavball/)
5454
- taniwha, for the v2->v3 update
5555

56-
# License
56+
### License
5757

5858
This code is licensed under the GNU General Public License version 3, or, at your choice, any higher version.

0 commit comments

Comments
 (0)