[Pkg-javascript-commits] [node-async] 22/480: added closing square brackets to auto example in README
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit bd0ccf9472fb43869160ae019cc2a58d50eea7c7
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date: Tue Jun 8 11:44:27 2010 +0100
added closing square brackets to auto example in README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c1b7172..402f31a 100644
--- a/README.md
+++ b/README.md
@@ -370,10 +370,10 @@ __Example__
write_file: ['get_data', 'make_folder', function(callback){
// once there is some data and the directory exists,
// write the data to a file in the directory
- },
+ }],
email_link: ['write_file', function(callback){
// once the file is written let's email a link to it...
- }
+ }]
});
This is a fairly trivial example, but to do this using the basic parallel and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list