README fixes
This commit is contained in:
parent
2a16aa5505
commit
ae63b9449a
1 changed files with 4 additions and 4 deletions
|
@ -5,21 +5,21 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
Technical documentation website for [the LBRY protocol](https://lbry.io).
|
Technical documentation website for <a href="https://lbry.io">the LBRY protocol</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
[![Build Status](https://img.shields.io/travis/lbryio/lbry.tech/master.svg?style=flat-square)](https://travis-ci.org/lbryio/lbry.tech)
|
<a href="https://travis-ci.org/lbryio/lbry.tech"><img src="https://img.shields.io/travis/lbryio/lbry.tech/master.svg?style=flat-square"/></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
![Screenshot of lbry.tech](./preview.png)
|
<img src="https://cdn.rawgit.com/lbryio/lbry.tech/2a16aa55/preview.png" title="Screenshot of lbry.tech"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
- Requires our private `web-daemon` to be running locally, in development.
|
- Requires our private `web-daemon` to be running locally (in development) when interacting with the Tour.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
- [Node](https://nodejs.org) (version >= 10)
|
- [Node](https://nodejs.org) (version >= 10)
|
||||||
|
|
Loading…
Reference in a new issue