Skip to content

Commit cc31392

Browse files
committed
README update
1 parent a04a834 commit cc31392

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
<div align="center">
22
<br />
3-
<img src="https://github.com/phil1436/ownobjectscriptextension/raw/master/resources/logo.png" width="20%"/>
3+
<img src="https://github.com/phil1436/ownobjectscriptextension/raw/master/resources/logo.png" alt="OwnObjectScriptExtensionLogo" width="30%"/>
44
<h1>OwnObjectScriptExtension</h1>
55
<p>
66
A <a href = "https://code.visualstudio.com/">Visual Studio Code</a> extension that supplies tools for <a href="https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS_INTRO">InterSystems ObjectScript</a>.
77
</p>
88
</div>
99

1010
<div align="center">
11-
12-
[![current release](https://img.shields.io/github/v/release/phil1436/ownobjectscriptextension?display_name=tag)](https://github.com/phil1436/ownobjectscriptextension/releases)
13-
[![license](https://img.shields.io/github/license/phil1436/ownobjectscriptextension)](https://github.com/phil1436/ownobjectscriptextension/blob/master/LICENSE)
14-
[![stars](https://img.shields.io/github/stars/phil1436/ownobjectscriptextension)](https://github.com/phil1436/ownobjectscriptextension/stargazers)
15-
![last commit](https://img.shields.io/github/last-commit/phil1436/ownobjectscriptextension)
16-
11+
<a href="https://github.com/phil1436/ownobjectscriptextension/releases">
12+
<img src= "https://img.shields.io/github/v/release/phil1436/ownobjectscriptextension?display_name=tag" alt="current release">
13+
</a>
14+
<a href="https://github.com/phil1436/ownobjectscriptextension/blob/master/LICENSE">
15+
<img src="https://img.shields.io/github/license/phil1436/ownobjectscriptextension" alt="license">
16+
</a>
17+
<a href="https://github.com/phil1436/ownobjectscriptextension/stargazers">
18+
<img src="https://img.shields.io/github/stars/phil1436/ownobjectscriptextension" alt="stars">
19+
</a>
20+
<a href="https://github.com/phil1436/ownobjectscriptextension/commits/master">
21+
<img src="https://img.shields.io/github/last-commit/phil1436/ownobjectscriptextension" alt="last commit">
22+
</a>
1723
</div>
1824

1925
---

0 commit comments

Comments
 (0)