diff --git a/README.md b/README.md index 4d5aad6..c805483 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Typescript RETS Client -A **RETS (Real Estate Transaction Standard) Client** written in TypeScript, providing seamless access to real estate data. This repo is **forked from [aeq/rets-client](https://github.com/aequilibrium/rets-client)** and extended to support **REBGV (Real Estate Board of Greater Vancouver)** along with additional features like object location retrieval and handling multiple objects in a single request. +A **RETS (Real Estate Transaction Standards) Client** written in TypeScript, providing seamless access to real estate data. This repo is **forked from [aeq/rets-client](https://github.com/aequilibrium/rets-client)** and extended to support **REBGV (Real Estate Board of Greater Vancouver)** along with additional features like object location retrieval and handling multiple objects in a single request. ## Installation diff --git a/package.json b/package.json index 0f3c08d..d4f5763 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,15 @@ { "name": "@jingbof/rets-client", - "version": "0.3.12", + "version": "0.3.13", "description": "RETS (Real Estate Transaction Standards) Client in Typescript", + "keywords": [ + "typescript", + "rets", + "Real Estate Transaction Standards", + "mls", + "REBGV", + "TRREB" + ], "repository": { "type": "git", "url": "git+https://github.com/jingbof/rets-client.git"