Skip to content

Commit 0897735

Browse files
committed
Update README.md
1 parent fab49ca commit 0897735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ The theme used to style this starter provides the following files:
134134

135135
When the project requires customization, we need to copy the original file that needs an update (from the virtual environment) and place it in the template folder using the same path.
136136

137-
> For instance, if we want to **customize the footer.html** these are the steps:
137+
> For instance, if we want to **customize the index.html** these are the steps:
138138
139139
-`Step 1`: create the `templates` DIRECTORY inside the `home` app
140140
-`Step 2`: configure the project to use this new template directory
141141
- `core/settings.py` TEMPLATES section
142-
-`Step 3`: copy the `footer.html` from the original location (inside your ENV) and save it to the `home/templates` DIR
142+
-`Step 3`: copy the `index.html` from the original location (inside your ENV) and save it to the `home/templates` DIR
143143
- Source PATH: `<YOUR_ENV>/LIB/theme_material_kit/template/pages/index.html`
144144
- Destination PATH: `<PROJECT_ROOT>home/templates/pages/index.html`
145145

0 commit comments

Comments
 (0)