Skip to content

Commit

Permalink
Update custom-sink-js.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkauffman authored Sep 21, 2023
1 parent 9343c81 commit e9df70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers-guide/sink-targets/custom-sink-js.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Custom Sink Using JavaScript

If none of the previous sinks work for you, don't worry! You can create your own custom sink by using the [Substreams JavaScript library](https://github.com/substreams-js/substreams-js).
This library enables you to run a Substreams, just like your do it through the CLI, but programatically.
This library enables you to run a Substreams, just like you would through the CLI, but programatically.

The library works both on the client-side and the server-side.

Expand Down Expand Up @@ -146,4 +146,4 @@ const main = async () => {

Now, you can send the data anywhere and create your own custom sink! If you have created a sink and you think it can be reused by other developers, [let us know on Discord](https://discord.gg/jZwqxJAvRs)!

The previous code is availalble [on GitHub](https://gist.github.com/enoldev/b9f32e045f47675bd5c20f92246aed84).
The previous code is availalble [on GitHub](https://gist.github.com/enoldev/b9f32e045f47675bd5c20f92246aed84).

0 comments on commit e9df70b

Please sign in to comment.