<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 # DM.js
 
+Requires Mootools 1.2!
+
 This project is still in the early phases.
 
 ## What Works
@@ -25,9 +27,8 @@ In your application's initialization, you'll need to create the database object:
       displayName: 'Graphic Novelist',
       description: 'Graphic Novelist database... What?'
     });
-  
-Now you can define your models:
 
+Now you can define your models:
 
     var Script = new DM.Model('scripts', {
       
@@ -53,6 +54,10 @@ Now you can define your models:
       // Any model instance methods you'd like here...
     });
 
+After you've defined/included all of your models:
+
+    DM.Model.createModels(); // Executes CREATE TABLE IF EXISTS for each model's schema...
+
 Creating a model instance:
 
     var script = Script.create({ title:&quot;A new title!&quot; });</diff>
      <filename>ReadMe.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,6 @@
-/* Copyright (c) 2008 M@ McCray,
+/* Copyright (c) 2008 M@ McCray.
+
+  REQUIRES MOOTOOLS 1.2
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>dist/dm.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,6 @@
-/* Copyright (c) 2008 M@ McCray,
+/* Copyright (c) 2008 M@ McCray.
+
+  REQUIRES MOOTOOLS 1.2
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>licenses/dm.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4dde8f8bcebab364ee15b4a4383aa2dc491d352b</id>
    </parent>
  </parents>
  <author>
    <name>M@ McCray</name>
    <email>darthapo@gmail.com</email>
  </author>
  <url>http://github.com/darthapo/dm.js/commit/58d10a632135fccab65fed2f4da04ff4d9b38a81</url>
  <id>58d10a632135fccab65fed2f4da04ff4d9b38a81</id>
  <committed-date>2008-09-02T23:22:06-07:00</committed-date>
  <authored-date>2008-09-02T23:22:06-07:00</authored-date>
  <message>Updated ReadMe</message>
  <tree>482969a9fa39bd10cb9a5977308077c70001c85d</tree>
  <committer>
    <name>M@ McCray</name>
    <email>darthapo@gmail.com</email>
  </committer>
</commit>
