From 476dc884d4572edd9297e0ac84f20c9128445d33 Mon Sep 17 00:00:00 2001 From: Barna Kovacs Date: Sat, 13 Jul 2024 20:59:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc90cf4..10ef772 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ end # Or with a custom base directory defmodule MyApp.CustomTmp do - use Tmp, base_dir: "/path/to/custom/base/dir" + use Tmp, base_dir: "/path/where/tmp/dirs/will/be" end ```