Skip to content

Commit

Permalink
Some spelling fixes and additions
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Nov 28, 2011
1 parent a8eb78c commit 3fa8db2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ User Authentication Authorization Using SquerylRecord
=====================================================

This Scala/Lift basic assembly example project demonstrates a very basic squeryl-record ORM/DSL User (authentication/authorization) setup
with register/login/user-pages snippets. To make things easy to follow the examples has extensive logging.
with register/login/user-pages snippets. The example also demonstrates some form data validation by the snippet before being posted to the
database as well as a visual interactive html5 form field validation. To make things easy to follow the examples has extensive logging.

This example is intended for those of you who are relatively new to lift and/or need some compact and concise running example
of a particular feature or concept in Lift.
Expand Down Expand Up @@ -38,7 +39,7 @@ Changing Database backend
-------------------------
For demonstration purpose and easy setup this example uses, by default, a in memory database with name "testXYZDB" but you can
out of the box change database to MySql or Postgres by uncomment the corresponding database init line in Boot.scala. Database name,
user and password is set in the default.props resources file. With a five lines of code you can enable support for any Squeryl supported db.
user and password is set in the default.props resources file. With a few lines of code you can enable support for any Squeryl supported db.

Scala IDE for Eclipse
---------------------
Expand Down

0 comments on commit 3fa8db2

Please sign in to comment.