From 8e790d73773c2fbc8214ba6896e8c54eec298e91 Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Wed, 18 Nov 2020 11:29:02 +1100 Subject: [PATCH] fix: updated docs for developing themes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 33c79b31..f1b07bda 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,7 @@ Options: - `--port ` - `--theme ` -If no theme is specified, it will look for the file `index.js` and call -`render()`. This is useful when developing themes. +When developing themes, simply change into your theme directory and run `resume serve --theme .` (which tells it to run the local folder as the specified theme) # License