Skip to content

Commit 8ff0874

Browse files
committed
Styled readme
1 parent 573d586 commit 8ff0874

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ the code and added new features.
99
This version drops any backwards compatibility and makes things even more
1010
awesome then you could expect.
1111

12-
###Documentation
12+
##Documentation
1313
Documentation is located at http://benedmunds.com/ion_auth/
1414

15-
###Installation
15+
##Installation
1616
Just copy the files from this package to the correspoding folder in your
1717
application folder. For example, copy Ion_auth/config/ion_auth.php to
1818
system/application/config/ion_auth.php.
1919

20-
##Relational DB Setup
20+
###Relational DB Setup
2121
Then just run the appropriate SQL file (if you're using migrations you can
2222
get the migrations from JD here:
2323
https://github.com/iamfiscus/codeigniter-ion-auth-migration).
2424

25-
##MongoDB Setup
25+
###MongoDB Setup
2626
Integrate the following projects to enable MongoDB support in CodeIgniter:
2727

2828
CodeIgniter MongoDB Active Record Library - http://github.com/alexbilbie/codeigniter-mongodb-library/tree/v2
@@ -33,7 +33,7 @@ Set $config['use_mongodb'] = TRUE; in the config file and then run the following
3333
$ mongorestore sql/mongo
3434

3535

36-
###Usage
36+
##Usage
3737
In the package you will find example usage code in the controllers and views
3838
folders. The example code isn't the most beautiful code you'll ever see but
3939
it'll show you how to use the library and it's nice and generic so it doesn't

0 commit comments

Comments
 (0)