diff --git a/.github/workflows/devportal-update.yml b/.github/workflows/devportal-update.yml
index 51d00cc..b283f50 100644
--- a/.github/workflows/devportal-update.yml
+++ b/.github/workflows/devportal-update.yml
@@ -31,8 +31,8 @@ jobs:
run: |
mkdir -p transformed
- # Remove the unwanted tag from README.md
- sed '//d' README.md > temp_README.md
+ # Remove the unwanted lines from README.md
+ tail -n +3 README.md > temp_README.md
# Process README.md
echo "---" > transformed/README.md
@@ -51,7 +51,7 @@ jobs:
# Clean up temporary file
rm temp_README.md
-
+
cp transformed/README.md devportal/docs/02-developers/08-libraries/bitcoin-tx-solidity-helper.md
# Step 3: Commit and Push Changes to Devportal Repository
diff --git a/README.md b/README.md
index c60356f..ed47ebb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/rsksmart/btc-transaction-solidity-helper/badge)](https://scorecard.dev/viewer/?uri=github.com/rsksmart/btc-transaction-solidity-helper)
-
+
# BTC Transaction Solidity Helper
diff --git a/img/rootstock-docs.png b/img/rootstock-docs.png
new file mode 100644
index 0000000..946107c
Binary files /dev/null and b/img/rootstock-docs.png differ