Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Oct 2, 2020
1 parent d3cb35e commit e8024c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<img src="tossr.png" alt="tossr" width="400" /><br>
</div>

#### Universal SSR
### Universal SPA to SSR
Render HTML from any SPA.

### Install

Expand All @@ -25,6 +26,10 @@ tossr(template, script, '/blog/ssr-is-fun')
dispatchEvent(new CustomEvent('app-loaded'))
```

### Related libraries
- [Spassr](https://github.com/roxiness/spassr) Small Express server with built in SSR
- [Spank](https://github.com/roxiness/spank) Generate a static site from any SPA

* * *

### API
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"documentation": "^13.0.2",
"typescript": "^4.0.3"
}
}
}

0 comments on commit e8024c0

Please sign in to comment.