1
0
Fork 0

fixed typos in manual

This commit is contained in:
Jan Steemann 2014-08-20 22:21:44 +02:00
parent 8bd979e3e5
commit 3564f1f1d1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Foxx is an easy way to create APIs and simple web applications from within
ArangoDB. It is inspired by Sinatra, the classy Ruby web framework. If
Foxx is Sinatra, [ArandoDB's Actions](../ArangoActions/README.md) are the corresponding *Rack*.
Foxx is Sinatra, [ArangoDB's Actions](../ArangoActions/README.md) are the corresponding *Rack*.
They provide all the HTTP goodness.
If you just want to install an existing application, please use the

View File

@ -86,7 +86,7 @@
* [Example Data](Traversals/ExampleData.md)
<!-- 15 -->
* [Foxx](Foxx/README.md)
* [Handling Request](Foxx/HandlingRequest.md)
* [Handling Requests](Foxx/HandlingRequest.md)
* [Manifest](Foxx/FoxxManifest.md)
* [FoxxController](Foxx/FoxxController.md)
* [FoxxModel](Foxx/FoxxModel.md)