Skip to content

Commit 18dca11

Browse files
committed
remove broken readme logo positioning
1 parent 7973332 commit 18dca11

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on: push
2-
name: Test
2+
name: on-push
33
jobs:
44
test:
55
runs-on: ubuntu-latest

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,36 @@
22
<a href="https://github.com/g-harel/blobs/blob/master/README.legacy.md"><b>Legacy documentation</b></a>
33
</p>
44

5-
<br>
6-
7-
<a href="https://blobs.dev">
8-
<img align="left" width="360" height="300" src="./assets/logo-color.svg?sanitize=true">
9-
</a>
10-
11-
<br>
12-
<br>
5+
<p align="center">
6+
<a href="https://www.npmjs.com/package/blobs">
7+
<img src="https://img.shields.io/npm/v/blobs.svg">
8+
</a>
9+
<a href="https://github.com/g-harel/blobs/actions?query=workflow%3Aon-push">
10+
<img src="https://img.shields.io/github/workflow/status/g-harel/blobs/on-push">
11+
</a>
12+
</p>
1313

14-
[![](https://img.shields.io/npm/v/blobs.svg)](https://www.npmjs.com/package/blobs)
14+
<p align="center">
15+
<a href="https://blobs.dev">
16+
<img src="./assets/logo.svg?sanitize=true">
17+
</a>
18+
</p>
1519

16-
<!-- TODO make sure these don't look broken on npm-rendered markdown -->
20+
## Install
1721

1822
```ts
1923
// $ npm install blobs
2024
import * as blobs2 from "blobs/v2";
2125
```
2226

27+
<p align="center">
28+
OR
29+
</p>
30+
2331
```html
2432
<script src="https://unpkg.com/blobs/v2"></script>
2533
```
2634

27-
<br>
28-
<br>
29-
<br>
30-
<br>
31-
3235
## SVG Path
3336

3437
```js

0 commit comments

Comments
 (0)