From ed9edc8bcf84f9a9a64e6b3d693aa795e38599bb Mon Sep 17 00:00:00 2001
From: lilafisch <lilafisch@muc.ccc.de>
Date: Wed, 21 Aug 2019 20:29:02 +0200
Subject: [PATCH] make mass storage warning more explicit

---
 en/gettingstarted.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/en/gettingstarted.md b/en/gettingstarted.md
index 0fbc332..d4c3e7d 100644
--- a/en/gettingstarted.md
+++ b/en/gettingstarted.md
@@ -35,7 +35,15 @@ state LED will remain blinking and glowing as you set it in the app.
 
 Your card10 can function similar to a USB stick, if you start it in _USB storage mode_. You can use this mode to upload _configuration files_ and _micropython scripts_. To enter _USB storage mode_, first switch off your card10 with a long press of the POWER button. Next, hold down the RIGHT button and the POWER button, until your display shows the text "USB activated. Ready.".
 
-Now when you connect the card10 to your laptop via USB, it will show up as a storage device. Don't forget to unmount the card10 storage device.
+Now when you connect the card10 to your laptop via USB, it will show up as a storage device. 
+
+<div class="p-notification--caution">
+  <p class="p-notification__response">
+    <span class="p-notification__status">Important:</span>Don't forget to eject/unmount the card10 before unplugging it or pressing any buttons on the card10
+  </p>
+</div>
+
+
 The USB storage mode is exited by briefly pressing the POWER button.
 
 ### setting your nickname
-- 
GitLab