Skip to content

Commit 5863843

Browse files
committed
tiny
1 parent 1eca3bf commit 5863843

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
@@ -13,7 +13,7 @@ RedGrape is an in-memory graph database written in ruby. I made this application
1313
* construct a graph programmatically
1414
* traverse nodes and edges using a gremlin-like DSL
1515
* REST API
16-
* Graph viewer
16+
* Graph viewer (in progress)
1717

1818
## Synopsis:
1919

@@ -100,15 +100,15 @@ Changes on a graph are not committed until the put_graph method is called.
100100

101101
## REST API:
102102

103-
Start the server:
103+
### Server:
104104

105105
$ ./bin/juicer
106106
[2012-06-30 02:03:01] INFO WEBrick 1.3.1
107107
[2012-06-30 02:03:01] INFO ruby 1.9.3 (2011-10-30) [x86_64-darwin11.0.1]
108108
== Sinatra/1.3.2 has taken the stage on 4567 for development with backup from WEBrick
109109
[2012-06-30 02:03:01] INFO WEBrick::HTTPServer#start: pid=12098 port=4567
110110

111-
Access:
111+
### Use from Console:
112112

113113
$ curl http://localhost:4567/graphs
114114
{
@@ -129,7 +129,7 @@ Access:
129129
}
130130
}
131131

132-
### Graph Viewer:
132+
### Use from Browser:
133133

134134
http://localhost:4567/cellar/index.html
135135

0 commit comments

Comments
 (0)