From 4d970bf6a0a9fa680858fc68746a5543f94ff741 Mon Sep 17 00:00:00 2001 From: Tommaso Allevi Date: Wed, 8 Nov 2023 10:22:39 +0100 Subject: [PATCH] Fix example dir path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a46568..85b3a71 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Install with: ### Examples -For more examples, see the [examples](./examples) directory. +For more examples, see the [examples](https://github.com/oramasearch/seqproto/tree/main/examples) directory. ```typescript import { createSer, createDes } from 'seqproto'