File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ![ Dolittle] ( https://raw.githubusercontent.com/dolittle/Runtime/master/Documentation/dolittle_negativ_horisontal_RGB.svg " Dolittle ")
2+
3+ Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
4+
5+ This is our JavaScript and TypeScript SDK, install it with:
6+ ``` shell
7+ $ npm install @dolittle/sdk
8+ ```
9+
10+ # Get Started
11+ - Try our [ getting started tutorial] ( https://dolittle.io/docs/tutorials/getting_started/ )
12+ - Check out our [ documentation] ( https://dolittle.io )
13+
14+ # Want to try another language?
15+ - Check out the [ .NET SDK] ( https://github.com/dolittle/DotNet.SDK )
16+
17+ # Issues and Contributing
18+ Issues and contributions are always welcome!
19+
20+ To learn how to contribute, please read our [ contributing] ( https://dolittle.io/docs/contributing/ ) guide.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const path = require('path');
55const fs = require ( 'fs' ) ;
66
77( async ( ) => {
8- const readmePath = path . resolve ( __dirname , '..' , ' README.md') ;
8+ const readmePath = path . resolve ( __dirname , 'PACKAGE- README.md' ) ;
99 const readmeFile = await new Promise ( ( resolve , reject ) =>
1010 fs . readFile ( readmePath , ( error , data ) => {
1111 if ( error ) {
You can’t perform that action at this time.
0 commit comments