Skip to content

Commit 4ba781b

Browse files
committed
Update README.md
1 parent d9e059c commit 4ba781b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Coding Weekend Project 2013-02 JavaScript Framework Evaluation
88
### Grundidee
99

1010
* Evaluierung diverser JavaScript Frameworks durch Realisierung einer äquivalenten Testapplikation
11-
* Ähnliches Projekt mit ToDo-App als Referenz: http://addyosmani.github.com/todomvc/
11+
* Vergleiche hierzu ähnliches Projekt mit ToDo-App als Referenz: http://addyosmani.github.com/todomvc/
1212

13-
### Verzeichnis der Projekte mit umgesetzten Testapplikationen
13+
### Verzeichnis der Projekt-Repos mit umgesetzten Testapplikationen
1414

1515
* Backbone.js mit Underscore.js und Docco
1616
- https://github.com/sebastianfuss/backbone-test
@@ -125,7 +125,7 @@ TBD
125125
- jQuery (http://jquery.com/), jQueryUI (http://jqueryui.com/), QUnit (http://qunitjs.com/) : Einige JS Frameworks bauen darauf auf (Dependencies)
126126
- PrototypeJS (http://prototypejs.org/) : Sammlung von JavaScript-Basisfunktionalitäten; wird in Kombination mit jQuery und Backbone.js häufig verwendet
127127
- Bootstrap (http://twitter.github.com/bootstrap/) : Utility-Framework für Layout, HTML, CSS etc.
128-
- Underscore.js (http://underscorejs.org/) : Utility-Framework, welches grundlegende Hilfsfunktionen liefert, Vgl. Java Commons API
128+
- Underscore.js (http://underscorejs.org/) : Utility-Framework, welches grundlegende Hilfsfunktionen liefert (vgl. Java Commons API)
129129
- Docco (http://jashkenas.github.com/docco/) : Codedokumentation
130130
- Node.js (http://nodejs.org/) : Event-driven I/O server-side JavaScript environment
131131
- RequireJS (http://requirejs.org/) : Module and File Loader for JS, verwendet bei einigen JS Frameworks (Dependencies)

0 commit comments

Comments
 (0)