File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<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 %"/>
4
4
<h1>OwnObjectScriptExtension</h1>
5
5
<p>
6
6
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>.
7
7
</p>
8
8
</div >
9
9
10
10
<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>
17
23
</div >
18
24
19
25
---
You can’t perform that action at this time.
0 commit comments