2018-04-23 12:54:56 +02:00
|
|
|
# Ocean Protocol GitHub
|
|
|
|
|
|
|
|
Use the repo banner to decorate an official Ocean Protocol repository's readme file.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2018-06-18 16:26:52 +02:00
|
|
|
Always start a project's readme file like so:
|
|
|
|
|
|
|
|
```md
|
|
|
|
[![banner](repo-banner@2x.png)](https://oceanprotocol.com)
|
|
|
|
|
|
|
|
<h1 align="center">repo-name</h1>
|
|
|
|
|
|
|
|
> 🐳 Start with emoji, then add a tagline describing your project.
|
|
|
|
|
|
|
|
[![npm](https://img.shields.io/npm/v/@oceanprotocol/art.svg)](https://www.npmjs.com/package/@oceanprotocol/art)
|
|
|
|
````
|
|
|
|
|
|
|
|
Which will return:
|
|
|
|
[![banner](repo-banner@2x.png)](https://oceanprotocol.com)
|
|
|
|
|
|
|
|
<h1 align="center">repo-name</h1>
|
|
|
|
|
|
|
|
> 🐳 Start with emoji, then add a tagline describing your project.
|
|
|
|
|
|
|
|
[![npm](https://img.shields.io/npm/v/@oceanprotocol/art.svg)](https://www.npmjs.com/package/@oceanprotocol/art)
|
|
|
|
|