diff --git a/ocaml/cStatic.ml b/ocaml/cStatic.ml index b4c4c59..6baab17 100644 --- a/ocaml/cStatic.ml +++ b/ocaml/cStatic.ml @@ -13,8 +13,7 @@ let books = OhmPaging.Book.([ "tutorials/run.htm", "Module Ohm.Run" ; "tutorials/action.htm", "Adding new pages" ; "tutorials/html.htm", "HTML templates" ; - "tutorials/ohm.htm", "JSON serialization" ; - "tutorials/couch.htm", "Database storage" ; + "tutorials/json.htm", "JSON serialization" ; ] ]) diff --git a/static/tutorials/json.htm b/static/tutorials/json.htm index 3cc7357..7a8dab6 100644 --- a/static/tutorials/json.htm +++ b/static/tutorials/json.htm @@ -1,6 +1,6 @@

Understand the way Ohm helps you serialize data as JSON for sending to both the CouchDB database and the client-side code.

-

JSON is a standard format for data serialization. A JSON value can be one of the following:

+

JSON is a standard format for data serialization. A JSON value can be one of the following: