Skip to content

Commit 7e584ec

Browse files
author
Olivier Giulieri
committed
Text edits.
1 parent 24868ae commit 7e584ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Evolutility's views have a Backbone model (to define the data) and also a UI-mod
2525
Evolutility provides 3 types of view
2626
* Views for one model: View, Edit, Mini (quick edit), JSON.
2727
* Views for a collection: List, Badges, Charts.
28-
* Views for actions on one model or a collection: Export, Filter (will add later Dashboards, Mass update, Clone...).
28+
* Views for actions on a model or collection: Export, Filter (will add later Dashboards, Mass update, Clone...).
2929

3030
Web demo of [all views](http://evoluteur.github.io/evolutility/index.html)
3131

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h4 class="mt20">UI models rather than templates</h4>
9999
UI models map model attributes to form fields and organize fields into lists, panels and tabs.
100100
</p>
101101

102-
<p>These are the sample UI models used above:
102+
<p>Here are the sample UI models used in the examples above:
103103
<a href="javascript:showUIdef2('todo')">To Do</a>,
104104
<a href="javascript:showUIdef2('contact')">Addressbook</a>,
105105
<a href="javascript:showUIdef2('winecellar')">Wine Cellar</a>.
@@ -133,6 +133,7 @@ <h4 class="mt20">Download & Code</h4>
133133
<p>Evolutility.js source code is available at <a href="https://github.com/evoluteur/evolutility" target="gh">GitHub</a>
134134
under the GNU AGPLv3 license.</p>
135135

136+
136137
<div class="clearfix"></div>
137138

138139

0 commit comments

Comments
 (0)