diff --git a/META.json.in b/META.json.in index 5edd61c..e1fe12b 100644 --- a/META.json.in +++ b/META.json.in @@ -8,7 +8,7 @@ ], "license": "postgresql", "provides": { - "orb_fdw": { + "clerk_fdw": { "abstract": "A foreign data wrapper for Clerk", "file": "src/lib.rs", "docfile": "README.md", diff --git a/README.md b/README.md index e2190c6..0ba655a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple open-source data wrapper that bridges the gap between your Postgres database and [Clerk](https://clerk.com/) a leading user management solution. For more info, check out the [blog post](https://tembo.io/blog/clerk-fdw/)! [![Static Badge](https://img.shields.io/badge/%40tembo-community?logo=slack&label=slack)](https://join.slack.com/t/tembocommunity/shared_invite/zt-20dtnhcmo-pLNV7_Aobi50TdTLpfQ~EQ) -[![PGXN version](https://badge.fury.io/pg/orb_fdw.svg)](https://pgxn.org/dist/clerk_fdw/) +[![PGXN version](https://badge.fury.io/pg/clerk_fdw.svg)](https://pgxn.org/dist/clerk_fdw/) ### Prerequisites - have the v0.2.7 of `clerk_fdw` extension enabled in your instance