Skip to content

Commit 1da8319

Browse files
bryant1410rwinch
authored andcommitted
Fix broken Markdown headings
1 parent f9bb4dd commit 1da8319

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Spring LDAP
1+
## Spring LDAP
22

33
[![Join the chat at https://gitter.im/spring-projects/spring-ldap](https://badges.gitter.im/spring-projects/spring-ldap.svg)](https://gitter.im/spring-projects/spring-ldap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

@@ -8,7 +8,7 @@
88
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.adoc).
99
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
1010

11-
###INTRODUCTION
11+
### INTRODUCTION
1212

1313
Spring LDAP is a library to simplify LDAP programming in Java, built on the same
1414
principles as Spring Jdbc.
@@ -27,7 +27,7 @@ LDAP paths and Attributes.
2727
For detailed information on the project, please refer to the [reference documentation](http://static.springsource.org/spring-ldap/docs/1.3.x/reference/html/) and [javadocs](http://static.springframework.org/spring-ldap/docs/1.3.x/apidocs/).
2828
See [the changelog](https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10071&version=13399) for detailed information on changes in the latest version.
2929

30-
###MAVEN USERS
30+
### MAVEN USERS
3131

3232
All major releases of this library are available in the central Maven repository.
3333
The following components are available:
@@ -77,7 +77,7 @@ Note that while all milestone and snapshot builds have passed the (quite extensi
7777
the artifacts here are obviously still work in progress. Feel free to use them for trying out new functionality
7878
and bug fixes for an upcoming version. Please report any problems or bugs in the [issue tracker](https://jira.springsource.org/browse/LDAP).
7979

80-
###ADDITIONAL RESOURCES
80+
### ADDITIONAL RESOURCES
8181

8282
* [Official site](http://www.springframework.org/ldap)
8383
* [Support forum](http://forum.springframework.org/forumdisplay.php?f=40)

0 commit comments

Comments
 (0)