diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 17:23:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 17:23:57 +0200 |
commit | 1816381a741a848ad991baba99cd68a2e7bc2709 (patch) | |
tree | 94b93e190f2afd742afd2f9e89cea1f74d57c083 | |
parent | 950140151ee624b188dbf8915558abcbeddfd35d (diff) |
Minor documentation fixes
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | query/README | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ For more information see: http://www.codesynthesis.com/products/odb/ This package contains the ODB examples. The following list gives an -overview of each example. See the README files in example directories -for more information on each example. +overview of each example. See the README file accompanying each example +for more information. hello A "Hello World" example that shows how to use ODB to perform basic diff --git a/query/README b/query/README index 6f6a858..db25ce8 100644 --- a/query/README +++ b/query/README @@ -1,4 +1,4 @@ -This examples shows how to use the ODB Query Language to search the database +This example shows how to use the ODB Query Language to search the database for persistent objects matching certain criteria. The example consists of the following files: |