Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
fix ToC and add deploy badge
  • Loading branch information
willswire authored Aug 30, 2024
1 parent 7761158 commit 8c0e6bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# checkd

[![deploy](https://github.com/willswire/checkd/actions/workflows/deploy-worker.yaml/badge.svg?event=release)](https://github.com/willswire/checkd/actions/workflows/deploy-worker.yaml)

checkd is a Cloudflare Workers-based server implementation for [Apple's DeviceCheck framework](https://developer.apple.com/documentation/devicecheck), enabling easy validation of requests made by valid Apple devices. This project provides both the core service worker (`checkd`) and example projects (`checkr` iOS app and worker) to demonstrate how to use checkd in an end-to-end workflow.

## Table of Contents

1. [Core Implementation](#core-implementation)
2. [Examples for End-to-End Workflow](#examples-for-end-to-end-workflow)
3. [Setup and Installation](#setup-and-installation)
4. [Usage](#usage)
5. [Contributing](#contributing)
6. [License](#license)
4. [Contributing](#contributing)
5. [License](#license)

## Core Implementation

Expand Down

0 comments on commit 8c0e6bf

Please sign in to comment.