Skip to content

Commit

Permalink
removed bundle.js; gave 4 ajax its own readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elsehow committed Sep 13, 2015
1 parent e44c86f commit 933a1a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 41,003 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.*.swp
.*.swo
bundle.js
5 changes: 5 additions & 0 deletions 4 ajax/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## AJAX streams example

An AJAX request is a stream that will only ever return 1 value, or an error.

To run this example, `browserify app/index.js -o bundle.js` and open index.html in your browser.
Loading

0 comments on commit 933a1a1

Please sign in to comment.