Skip to content

Commit 950c0bc

Browse files
committed
README change
1 parent fd75ae8 commit 950c0bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kanban/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ var TaskList = React.createClass({
316316
});
317317
```
318318

319-
Finally, the app component. This is just a wrapper around the others.
319+
Finally, the app component. This is just a wrapper around the other components
320+
that wraps `TaskList` components in a `div`.
320321

321322
```
322323
var App = React.createClass({
@@ -339,7 +340,7 @@ var App = React.createClass({
339340
```
340341

341342
Once the document has loaded, we ask the server for the initial state of the
342-
board, and render that:
343+
board, and render that using the `App` component:
343344

344345
```js
345346
$(document).ready(function() {

0 commit comments

Comments
 (0)