Skip to content

Commit

Permalink
Update relative url in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
jinalviranii committed Sep 9, 2024
1 parent c953588 commit 0854b1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,19 +319,19 @@ Other way to update webhook config manually for a company is to call `syncEvents



# [Custom storage class](https://github.com/gofynd/fdk-extension-javascript/tree/main/storage/README.md)
# [Custom storage class](/lib/storage/README.md)
The FDK Extension JavaScript library provides built-in support for SQLite, Redis and in-memory storage options as default choices for session data storage. However, if you require a different storage option, this readme will guide you through the process of implementing a custom storage class.

# Supported frameworks
This library comes with built-in compatibility for Express, NestJS, and Fastify frameworks.

Below, you'll find step-by-step instructions for implementing FDK extensions library in each of these frameworks.

# [Express Framework](https://github.com/gofynd/fdk-extension-javascript/tree/main/express/README.md)
# [Express Framework](/express/README.md)
Follow this readme if you intend to develop FDK extensions in the Express framework. The instructions outlined here will guide you through the entire implementation process.

# [Nest.js Framework](https://github.com/gofynd/fdk-extension-javascript/tree/main/nest/README.md)
# [Nest.js Framework](/nest/README.md)
Follow this readme if you intend to develop FDK extensions in the Express framework. The instructions outlined here will guide you through the entire implementation process.

# [Fastify Framework](https://github.com/gofynd/fdk-extension-javascript/tree/main/fastify/README.md)
# [Fastify Framework](/fastify/README.md)
Follow this readme if you intend to develop FDK extensions in the Express framework. The instructions outlined here will guide you through the entire implementation process.

0 comments on commit 0854b1a

Please sign in to comment.