Skip to content

Commit 823a4c8

Browse files
committed
Renamed from gotham to juno
1 parent d300354 commit 823a4c8

File tree

12 files changed

+405
-610
lines changed

12 files changed

+405
-610
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Gotham Node
1+
# Juno Node
22

3-
This is a library that provides you with helper methods for interfacing with the microservices framework, [gotham](https://github.com/bytesonus/gotham).
3+
This is a library that provides you with helper methods for interfacing with the microservices framework, [juno](https://github.com/bytesonus/juno).
44

55
## How to use:
66

@@ -13,10 +13,10 @@ For all other basic needs, you can get away without worrying about any of that.
1313
### A piece of code is worth a thousand words
1414

1515
```js
16-
import GothamModule from "./src/gotham-node";
16+
import JunoModule from "./src/juno-node";
1717

1818
async function main() {
19-
let module = GothamModule.default("./path/to/gotham.sock");
19+
let module = JunoModule.default("./path/to/juno.sock");
2020
await module.initialize("module-name", "1.0.0");
2121
console.log("Initialized!");
2222

0 commit comments

Comments
 (0)