From 1fdecf36182eb92fc23547846b190ef623e06c22 Mon Sep 17 00:00:00 2001 From: azu Date: Sat, 25 Jan 2014 17:01:27 +0900 Subject: [PATCH] fix recipes link in docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8853b89b5..b19580737 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ See [the FAQ](FAQ.md) for the answers to commonly asked questions. * [Rebuild only files that change](recipes/rebuild-only-files-that-change.md) * [Pass parameters from the command line](recipes/pass-params-from-cli.md) * [Using external config file](recipes/using-external-config-file.md) -* [Running tasks in series](recipies/running-tasks-in-series.md) +* [Running tasks in series](recipes/running-tasks-in-series.md) * [Introduction to node.js streams](https://github.com/substack/stream-handbook) * [Video introduction to node.js streams](http://www.youtube.com/watch?v=QgEuZ52OZtU)