Skip to content

Commit

Permalink
Use markdown for READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasronge committed Dec 30, 2013
1 parent d8cb353 commit ebdd3ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/blog/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
== README
## README

This is a very basic Rails application working together with both the server and embedded API of the
Neo4j Graph Database.


=== Neo4j Server
### Neo4j Server

Install gem dependencies using either MRI or JRuby

Expand All @@ -27,7 +27,7 @@ rails s

open a browser: http://localhost:3000

=== Neo4j Embedded
### Neo4j Embedded

Add the following to lines in the `config/application.rb` file:

Expand All @@ -46,7 +46,7 @@ rails s

open a browser: http://localhost:3000

===
## Notice

Notice, many features of the 2.x version are not implemented yet, such as relationship
Many features of the 2.x version are not implemented yet, such as relationship
(but it is impl. in the neo4j-core layer), or more advanced index and search options.

0 comments on commit ebdd3ed

Please sign in to comment.