summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-05-21 22:10:15 -0400
committerBryan McLellan <btm@loftninjas.org>2014-05-21 22:10:15 -0400
commit2cb270771ebb303a0c9d139fd59680a7ca41da12 (patch)
tree4e47697ab9445b261d2e62342bafec5f341650a7
parent560825bc3347d2fbe91031ccc13b513438e5863e (diff)
parentabefdc186b4977b689eeb146ccdec43c54c6ebe4 (diff)
downloadmixlib-shellout-2cb270771ebb303a0c9d139fd59680a7ca41da12.tar.gz
Merge pull request #46 from stevenproctor/patch-1
Update link to posix-spawn in README.md Obvious Fix.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f0e46f..2704468 100644
--- a/README.md
+++ b/README.md
@@ -51,4 +51,4 @@ Apache 2 Licensed. See LICENSE for full details.
## See Also
* `Process.spawn` in Ruby 1.9
-* [https://github.com/rtomayko/posix-spawn](posix-spawn)
+* [https://github.com/rtomayko/posix-spawn](https://github.com/rtomayko/posix-spawn)