From 7a9c191e65a669cffb0483a260cd084d8eff51ff Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 24 Nov 2023 16:30:17 +0800 Subject: [PATCH] Add documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2715a69a766..664e9d87fc7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Contributions welcome! More information in our [CONTRIBUTING.md](CONTRIBUTING.md Browser has a subproject of re-usable components bundled together and exposed as `neo4j-arc`. Rather than set up mono-repo tooling the we've set up eslint to isolate `neo4j-arc` and given it a seperate build step. Code in browser can only to import code from `neo4j-arc` through `neo4j-arc` aliases (as if it was a seperate project) and `neo4j-arc` is not allowed to import any code from outside it's own folder. -## Development +## Development ![Ts Version Badge is Missing][ts version badge] > There are 2 parts within this project >