Skip to content

Commit 44eda02

Browse files
chore(readme): remove circleCI status from readme
1 parent eec3979 commit 44eda02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
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?query=branch%3Amaster">
35+
<img src="https://github.com/contentful/contentful.js/actions/workflows/main.yaml/badge.svg">
3636
</a>
3737
<a href="https://www.npmjs.com/package/contentful">
3838
<img src="https://img.shields.io/npm/v/contentful.svg" alt="NPM">
@@ -70,10 +70,10 @@ JavaScript library for the Contentful [Content Delivery API](https://www.content
7070
- [Authentication](#authentication)
7171
- [Documentation \& References](#documentation--references)
7272
- [Configuration](#configuration)
73-
- [Request configuration options](#request-configuration-options)
74-
- [Response configuration options](#response-configuration-options)
73+
- [Request configuration options](#request-configuration-options)
74+
- [Response configuration options](#response-configuration-options)
7575
- [Timeline Preview](#timeline-preview)
76-
- [Example](#example)
76+
- [Example](#example)
7777
- [Client chain modifiers](#client-chain-modifiers)
7878
- [Entries](#entries)
7979
- [Example](#example-1)

0 commit comments

Comments
 (0)