Index: library/mongodb/README =================================================================== diff -u -N -r433066d5cd921df865e2b34685caf7a2b8e0035a -rec9e525c887a0ae430bdb35bef01f499b25d617f --- library/mongodb/README (.../README) (revision 433066d5cd921df865e2b34685caf7a2b8e0035a) +++ library/mongodb/README (.../README) (revision ec9e525c887a0ae430bdb35bef01f499b25d617f) @@ -37,8 +37,15 @@ This example script is using the higher level object oriented interface for nx (nx::mongo). -After running the scripts, you should see output like the following +After running the scripts, you should see output like the one below. + % /usr/local/bin/mongo + MongoDB shell version: 1.9.0-pre- + connecting to: test + > use tutorial + switched to db tutorial + > db.persons.find(); + -gustaf neumann ===============================================================