Skip to content

Commit 084d636

Browse files
authored
docs: update status badge (#214)
Was still pointing at Travis CI, instead of CircleCI
1 parent 7f473cd commit 084d636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Electron TypeScript Definitions [![Build Status](https://travis-ci.org/electron/electron-typescript-definitions.svg?branch=main)](https://travis-ci.org/electron/electron-typescript-definitions)
1+
# Electron TypeScript Definitions
22

33
This module uses Electron's [JSON API documentation](https://github.com/electron/docs-parser) to produce a TypeScript definition file for the Electron API.
44

5+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/electron/typescript-definitions/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/electron/typescript-definitions/tree/main)
6+
57
## Installation
68

79
```sh

0 commit comments

Comments
 (0)