diff --git a/index.html b/index.html
index 1a4c44d..c63ed3c 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
Takt
One piece flow
- Pull system
+ Pull system
diff --git a/feature-flow.css b/pull-system.css
similarity index 100%
rename from feature-flow.css
rename to pull-system.css
diff --git a/feature-flow.html b/pull-system.html
similarity index 83%
rename from feature-flow.html
rename to pull-system.html
index 6bb6e91..319fe73 100644
--- a/feature-flow.html
+++ b/pull-system.html
@@ -3,15 +3,15 @@
- Interactive Feature flow
+ Interactive Pull System
-
+
diff --git a/vite.config.ts b/vite.config.ts
index 52a76ee..6e83dee 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -9,7 +9,7 @@ export default defineConfig({
rollupOptions: {
input: {
index: 'index.html',
- 'feature-flow': 'feature-flow.html'
+ 'pull-system': 'pull-system.html'
}
}
},