Skip to content

Commit e36e385

Browse files
readme
1 parent e2ab545 commit e36e385

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ✍️ MiniTemplate - Simple Template Engine
33

4-
This guide will walk you through setting up a MiniTemplate project, converting components, adding templates, and finally generating a static `index.html` file. We will break the setup into two parts, with a focus on ease of use and integration.
4+
This guide will walk you through setting up a MiniTemplate project, converting components, adding templates, and finally generating a static `index.html` file. The setup is divided into several parts to ease integration and usage.
55

66
## Directory Structure Overview
77

@@ -51,8 +51,6 @@ cd ./projects/myproject
5151

5252
This will create a new folder `projects/myproject` with the default components and scripts inside.
5353

54-
# ✍️ MiniTemplate - Simple Template Engine - Part 2
55-
5654
## Step 2: Adding Components to Your Project
5755

5856
MiniTemplate allows you to easily add components to your project using the `add.sh` script.
@@ -132,4 +130,3 @@ If all tests pass, you’ll receive a success message. If any tests fail, check
132130
MiniTemplate provides a streamlined process for setting up and managing your static site components and templates. By following this guide, you can easily create, convert, and test components, as well as generate a final static site using HTML and JavaScript.
133131

134132
Enjoy building with MiniTemplate!
135-

0 commit comments

Comments
 (0)