Skip to content

Commit

Permalink
fix: readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoulloao committed Apr 17, 2022
1 parent ad5d52c commit 73354f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bananasplit-js",
"version": "1.5.1",
"version": "1.5.2",
"description": "A bananasplit client for command line",
"main": "src/index.js",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions src/README-template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://bananasplit.js.org/assets/images/bananasplit-logo.png" width="100"></p>
<p align="center"><img src="https://bananasplit.js.org/assets/images/bananasplit-logo.png" width="120"></p>
<h1 style="margin:25px" align="center"><a href="https://bananasplit.js.org/">Bananasplit-js</a> / @project-name</h1>

<p align="center">
Expand All @@ -7,15 +7,15 @@
<!-- <img src="https://img.shields.io/badge/graphql-apollo-blue?logo=graphql"> -->
<img src="https://img.shields.io/badge/orm-sequelize-blue">
<img src="https://img.shields.io/badge/test-jest-green?logo=jest">
<img src="https://img.shields.io/badge/version-v2.0.0-orange">
<img src="https://img.shields.io/badge/bananasplit--js-v2.0.0-orange">
<img src="https://img.shields.io/badge/license-MIT-blue">
</p>

# Start to develop!

### 1. Build the stack
**Add your database access to `.env`**
<sub><sup><a href="https://github.com/bananasplit-js/bananasplit-client/blob/master/README.md" target="_blank"> (example)</a></sup></sub>
<sub><sup><a href="https://gist.github.com/diegoulloao/0bec57a988532e890146d57409076277#file-env" target="_blank"> (example)</a></sup></sub>

```bash
yarn build:stack | npm run build:stack
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Bananasplit client
*
* @version 1.5.1
* @version 1.5.2
*
* @author diegoulloao
* @license Apache 2.0
Expand Down

0 comments on commit 73354f8

Please sign in to comment.