diff --git a/README.md b/README.md
index 41f4fb96..4397f6dc 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,3 @@
-
-
-
-
-
-
-
NexusDB: an open-source graph-vector database built from scratch in Rust.
-
-
-
-[](https://docs.nexus-db.com)
-[](https://docs.nexus-db.com/change-log/nexusdb)
-[](https://github.com/NexusDB/nexus-db/stargazers)
-[](https://discord.gg/2stgMPr5BD)
-[](https://github.com/NexusDB/nexus-db)
-[](https://getmanta.ai/nexusdb)
-
-

-
-
-
diff --git a/clippy_check.sh b/clippy_check.sh
index 261113c8..41f22905 100755
--- a/clippy_check.sh
+++ b/clippy_check.sh
@@ -14,7 +14,7 @@ if [ "$1" = "dashboard" ]; then
-A clippy::inherent_to_string_shadow_display
fi
-cargo clippy --workspace --locked --exclude nql-tests \
+cargo clippy --workspace --locked --exclude nql-tests --exclude nexus-cli --exclude nexus-explorer \
-- -D warnings \
-A clippy::too_many_arguments \
-A clippy::let-and-return \