diff --git a/README.md b/README.md
index 35cd3cce673420287db77f4ef2ac200b471fddc8..5cd64406409d795194bccd3bcb3d2cb497c31e0f 100644
--- a/README.md
+++ b/README.md
@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D
 ### Local run 
 #### Install npm 
 For that, we have to install Node.js from https://nodejs.org/en/download/package-manager
-
-##### Install yarn
-
+Close Terminal and open again
+check installation with: 
+  node -v
+  npm -v
+Close VSC and open it again
+#### Install yarn
 npm install --global yarn
 
-
+#### Navigate to folder and install dependencies
 cd bielefeld-cebitec
 yarn install
 
+#### Run 
+yarn run dev
+
 
 
 
diff --git a/src/components/HorizontalTimeline.tsx b/src/components/HorizontalTimeline.tsx
index 2712a6e05dd4943bc474e7adeb8d78812593934e..3fd6ced34556dac3d9efc233017ddafe5cad71fa 100644
--- a/src/components/HorizontalTimeline.tsx
+++ b/src/components/HorizontalTimeline.tsx
@@ -150,6 +150,15 @@ let data = [
     tabid: "Eins", 
     text: "Text",
     },
+    {
+      title: "Deutlich längerer Titel zum Test",
+      pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
+      tag: "Langer langer TAgs",
+      color: "blue",
+      author: "author",
+      tabid: "Eins", 
+      text: "Text",
+      },
     {
     title: "Deutlich längerer Titel zum Test" ,
     pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
diff --git a/src/components/data/humanpractice.js b/src/components/data/humanpractice.js
index ac5f33e166f9b64c7e3c58c377e13e23d7bf79da..942db6ec10c13d61f6714582ea96afa253a86c5d 100644
--- a/src/components/data/humanpractice.js
+++ b/src/components/data/humanpractice.js
@@ -8,6 +8,15 @@ export const HPdata = [
     tabid: "Eins", 
     text: "Text",
     },
+    {
+      title: "Deutlich längerer Titel zum Test",
+      pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
+      tag: "Langer langer TAgs",
+      color: "blue",
+      author: "author",
+      tabid: "Eins", 
+      text: "Text",
+      },
     {
     title: "Deutlich längerer Titel zum Test" ,
     pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx
index 49092dc431e2bdb650be9ae136e2472fb6913dbe..be18db81ca25f90c3560ac9509bb7ad31220b5fa 100644
--- a/src/contents/human-practices.tsx
+++ b/src/contents/human-practices.tsx
@@ -8,7 +8,6 @@
 - Filter mit HalbkreisDing als Tabsteuerung | Einteilung nach Bereich (Academia, Insustry, ..., und auch nach Delivery und Mechanism) 
 - DNA Strang als Timeline? 
 */
-
 import { TimeHori } from "../components/HorizontalTimeline";
 import { AllPopus } from "../components/HorizontalTimeline";