From f8ba4fc142a44c2c4dea025f702660b71a96ff10 Mon Sep 17 00:00:00 2001
From: Kosta <68782786+KostaD02@users.noreply.github.com>
Date: Thu, 5 Oct 2023 15:51:34 +0400
Subject: [PATCH] fix: corrected path for card.md (#73)
---
docs/cart.md | 2 +-
scripts/copy-changelog.sh | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/cart.md b/docs/cart.md
index f6d9052..57077ac 100644
--- a/docs/cart.md
+++ b/docs/cart.md
@@ -10,7 +10,7 @@ https://api.everrest.educata.dev/shop/cart
## Workflow
-
+
To use the cart module, we must follow a workflow similar to the provided flowchart. First of all, a user needs to create a cart by Create cart. Then, the user is allowed to check the cart at any time by Get cart. After that, if the user wants to add a new product to the cart, they should use the Update cart option. There may be moments when the user wants to clear the cart, for this action, we will use the Clear cart option. If the user wants to remove an item from the cart, we should use the Delete item option. Finally, if the user wants to proceed to checkout, we should use the Checkout option.
diff --git a/scripts/copy-changelog.sh b/scripts/copy-changelog.sh
index 41ceca3..c8fac8e 100644
--- a/scripts/copy-changelog.sh
+++ b/scripts/copy-changelog.sh
@@ -1,8 +1,7 @@
#!/bin/bash
if [ "$(uname -s)" == "MINGW64_NT-10.0" ]; then
- # windows
copy CHANGELOG.md docs/
else
cp CHANGELOG.md docs/
-fi
\ No newline at end of file
+fi