From d12c607cc962213f5b513fad4675363d76a407e7 Mon Sep 17 00:00:00 2001 From: Henry Tsai Date: Wed, 10 Jul 2024 11:42:26 -0700 Subject: [PATCH] md liint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54b7d45..5485a89 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ Several built storage options are supported, and may be configured with the `DWN | PostgreSQL | `postgres:///dwn` | any options other than the URL scheme (`postgres://`) may also be specified via [standard environment variables](https://node-postgres.com/features/connecting#environment-variables) | ### Plugins + In some scenarios, you may want to provide a custom implementation of a pluggable module for the DWN Server. The following interfaces defined in `dwn-sdk-js` package are supported: - `DataStore`