From a2e40be1c5be15e500ea548a3d834118bfbf17e8 Mon Sep 17 00:00:00 2001 From: Victor Nicollet Date: Mon, 26 Nov 2012 11:42:31 +0100 Subject: [PATCH] Fix structure --- ocaml/cStatic.ml | 3 +-- static/tutorials/json.htm | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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: