Skip to content

Commit 3c1d74d

Browse files
authored
Update README.md
Remove reference to hosted version, add pdf.js
1 parent 84d05c0 commit 3c1d74d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We built Omnivore because we love reading and we want it to be more social. Join
3030

3131
Every single part is fully open source! Fork it, extend it, or deploy it to your own server.
3232

33-
We also have a free hosted version of Omnivore at [omnivore.app](https://omnivore.app/) -- try it now!
33+
A guide for running a self hosted server can be found [here](./self-hosting/GUIDE.md)
3434

3535
<img width="981" alt="web-screenshot-listview" src="https://github.com/omnivore-app/omnivore/assets/75189/df7c797a-4255-42f4-a686-ad94866cb580">
3636

@@ -52,6 +52,7 @@ Omnivore takes advantage of some great open source software:
5252
- [Swift GraphQL](https://www.swift-graphql.com/) - We generate our GraphQL queries on iOS using Swift GraphQL.
5353
- [Apollo GraphQL](https://www.apollographql.com/) - We generate our GraphQL queries on Android using Apollo GraphQL.
5454
- [Radix](https://www.radix-ui.com/) - We use Radix UI's components on our frontend.
55+
- [PDF.js](https://github.com/mozilla/pdf.js) - PDF.js is used to have open source pdf functionality.
5556
- And many more awesome libraries, just checkout our package files to see what we are using.
5657

5758
## Importing Libraries

0 commit comments

Comments
 (0)