Skip to content

Commit 2442354

Browse files
committed
Fixed CI badge
1 parent b9b80d4 commit 2442354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![TypedRest](https://img.shields.io/npm/v/typedrest.svg)](https://www.npmjs.com/package/typedrest)
44
[![API documentation](https://img.shields.io/badge/api-docs-orange.svg)](https://typescript.typedrest.net/)
5-
[![Build](https://github.com/TypedRest/TypedRest-TypeScript/workflows/Build/badge.svg?branch=master)](https://github.com/TypedRest/TypedRest-TypeScript/actions?query=workflow%3ABuild)
5+
[![Build](https://github.com/TypedRest/TypedRest-TypeScript/actions/workflows/build.yml/badge.svg)](https://github.com/TypedRest/TypedRest-TypeScript/actions/workflows/build.yml)
66
TypedRest helps you build type-safe, fluent-style REST API clients. Common REST patterns such as collections are represented as classes, allowing you to write more idiomatic code.
77

88
```typescript

0 commit comments

Comments
 (0)