Skip to content

Commit 49c764b

Browse files
author
Alex K
committed
docs(readme): fix badge rendering for GitHub markdown
1 parent a6f7d3c commit 49c764b

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
1-
2-
```markdown
31
# ⚡️ AlphaQuant
42

53
**Modern JavaScript Framework for Quantitative Finance**
64
_Pandas + TA-Lib + Backtrader — all in JS_
75

8-
<p align="center">
9-
<a href="https://github.com/alphaquant/alphaquant/actions/workflows/ci.yml">
10-
<img src="https://img.shields.io/github/actions/workflow/status/alphaquant/alphaquant/ci.yml?branch=main&label=CI&style=flat-square&logo=github" alt="CI Status" />
11-
</a>
12-
<a href="https://www.npmjs.com/org/alphaquant">
13-
<img src="https://img.shields.io/npm/v/@alphaquant/core?style=flat-square&logo=npm" alt="NPM Version" />
14-
</a>
15-
<img src="https://img.shields.io/badge/Built%20With-TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white" />
16-
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" />
17-
<img src="https://img.shields.io/badge/status-MVP-orange?style=flat-square" />
18-
</p>
6+
[![CI](https://img.shields.io/github/actions/workflow/status/alphaquant/alphaquant/ci.yml?branch=main&label=CI&style=flat-square&logo=github)](https://github.com/alphaquant/alphaquant/actions/workflows/ci.yml)
7+
[![NPM Version](https://img.shields.io/npm/v/@alphaquant/core?style=flat-square&logo=npm)](https://www.npmjs.com/org/alphaquant)
8+
![TypeScript](https://img.shields.io/badge/Built%20With-TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white)
9+
![MIT License](https://img.shields.io/badge/license-MIT-green?style=flat-square)
10+
![Status](https://img.shields.io/badge/status-MVP-orange?style=flat-square)
1911

2012
![AlphaQuant Demo](https://user-images.githubusercontent.com/674621/196881240-fbccdcf4-753e-4f82-a8b5-e471d6c13d02.gif)
2113

14+
2215
---
2316

2417
## ✨ About
@@ -137,4 +130,4 @@ Together we can bring **quant tools to the web**.
137130
## 📜 License
138131

139132
MIT © AlphaQuant Authors — use freely, build boldly.
140-
```
133+

0 commit comments

Comments
 (0)