From 11d98c477f4fc7fe1ec025afe103df2859504347 Mon Sep 17 00:00:00 2001 From: haad Date: Sat, 5 Mar 2016 12:03:06 +0100 Subject: [PATCH] Add note of souurce code entry points in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f031a2..3597980 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,9 @@ async(() => { ``` ### Development +#### Source Code +The entry point for the code is [src/OrbitClient.js](https://github.com/haadcode/orbit-db/blob/master/src/OrbitClient.js) and the DB implementation is [src/OrbitDB.js](https://github.com/haadcode/orbit-db/blob/master/src/OrbitDB.js) + #### Run Tests ``` npm test