From 2d3e4fdefe7241a90f0831a1b0c031ba68f43528 Mon Sep 17 00:00:00 2001 From: Christian Wolters <christianwolters@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:25:32 +0200 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ba39d..c5cb7f4 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ All settings and the entire design (SCSS - pre and post as well as the Raw SCSS How to clone this theme for just another child theme instance ------------------------------------------------------------- -* Copy the directoy /theme/boost_campus_child to /theme/boost_campus/foo +* Copy the directoy /theme/boost_campus_child to /theme/boost_campus_foo * Search and replace the string "theme_boost_campus_child" within this directory with "theme_boost_campus_foo" * Rename the file /theme/boost_campus_child/lang/en/theme_boost_campus_child.php to /theme/boost_campus_foo/lang/en/theme_boost_campus_foo.php * Modify the strings "pluginname" and "configtitle" in /theme/boost_campus_foo/lang/en/theme_boost_campus_foo.php according to your needs -- GitLab