Skip to content

Commit 602d0b6

Browse files
chore(readme): remove circleCI status from readme
1 parent eec3979 commit 602d0b6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
<a href="LICENSE">
3232
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License" />
3333
</a>
34-
<a href="https://circleci.com/gh/contentful/contentful.js">
35-
<img src="https://circleci.com/gh/contentful/contentful.js.svg?style=svg" alt="Build Status">
34+
<a href="https://github.com/contentful/contentful.js/actions/workflows/main.yaml">
35+
<img src="https://github.com/contentful/contentful.js/actions/workflows/main.yaml/badge.svg">
3636
</a>
37+
38+
<!-- [![CI](https://github.com/contentful/contentful-batch-libs/actions/workflows/main.yaml/badge.svg)](https://github.com/contentful/contentful-batch-libs/actions/workflows/main.yaml) -->
3739
<a href="https://www.npmjs.com/package/contentful">
3840
<img src="https://img.shields.io/npm/v/contentful.svg" alt="NPM">
3941
</a>
@@ -70,10 +72,10 @@ JavaScript library for the Contentful [Content Delivery API](https://www.content
7072
- [Authentication](#authentication)
7173
- [Documentation \& References](#documentation--references)
7274
- [Configuration](#configuration)
73-
- [Request configuration options](#request-configuration-options)
74-
- [Response configuration options](#response-configuration-options)
75+
- [Request configuration options](#request-configuration-options)
76+
- [Response configuration options](#response-configuration-options)
7577
- [Timeline Preview](#timeline-preview)
76-
- [Example](#example)
78+
- [Example](#example)
7779
- [Client chain modifiers](#client-chain-modifiers)
7880
- [Entries](#entries)
7981
- [Example](#example-1)

0 commit comments

Comments
 (0)