Add note of souurce code entry points in README

This commit is contained in:
haad 2016-03-05 12:03:06 +01:00
parent 905300ebe5
commit 11d98c477f

View File

@ -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