Skip to content

Commit

Permalink
add-contact-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustin Mendez (YUBI) committed Jul 23, 2020
1 parent 77cafd2 commit 26d746f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
npm install

build: docs/wasm/graphviz.wasm
rm $(WEBAPP)
rm $(WEBAPP) || true
$(MAKE) $(WEBAPP)

watch: $(WEBAPP)
Expand Down
6 changes: 3 additions & 3 deletions docs/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ console.log(generateStaticLink(content));
- Sequence diagrams parser & syntax: https://bramp.github.io/js-sequence-diagrams/
- Firepad: https://github.com/FirebaseExtended/firepad
### Contact & feedback
You can contact me on https://twitter.com/@menduz
### Help me pay the hosting
If you want to help with the expenses of the site, here is my Ethereum address, anything you send is more than welcome:
Expand Down

0 comments on commit 26d746f

Please sign in to comment.