diff --git a/README.md b/README.md
index e4511df4664cb1c70b306d43e07bc1a13e2f0162..bf04011e47654083d407edb41bdf3d11100007f2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# proximity
+# proximity-cache
 
 Various experiments on approximate vector search in high-dimensional spaces.
 
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7b5e351b0ebd4d0b7b216537fd7fefb551f46296..746408e06778f7848d25e0a0851642e692a2b287 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.1"
 edition = "2021"
 authors = ["SaCS laboratory, EPFL. Correspond with mathis[d o t]randl[a t]epfl.ch"]
 description = "Experiments on approximate vector search in high-dimensional spaces"
-readme = "README.md"
+readme = "../README.md"
 license = "MIT"
 repository = "https://gitlab.epfl.ch/randl/proximity"