From 09472b9116420683336eb4eb48c7c9014c7b7000 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 10:33:45 -0400 Subject: [PATCH] exporting --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e3b52e0..acbd489 100644 --- a/readme.md +++ b/readme.md @@ -47,8 +47,8 @@ and directories have special meanings. Directories are processed in a depth-first order. When a particular directory is processed, `setup` is sourced before everything else in the directory, including -subdirectories. Set variables in the setup function t make them available to other -files in the same directory. +subdirectories. Export variables from the setup function to make them available +to other files in the same directory. `teardown` is run after everything else in the directory.