Skip to content

Commit

Permalink
fix: badges in README not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Apr 9, 2024
1 parent 78529d1 commit 8810a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">
<a href='https://github.com/jpraynaud/halo2-digitsum/actions'>
<img src="https://img.shields.io/github/actions/workflow/status/jpraynaud/halo2-digitsum/ci.yml?label=Tests&style=for-the-badge&branch=main">
<img src="https://img.shields.io/github/actions/workflow/status/jpraynaud/halo2-digitsum/ci.yml?label=Tests&style=for-the-badge&branch=master">
</a>
<a href='https://github.com/jpraynaud/halo2-digitsum/issues'>
<img src="https://img.shields.io/github/issues/jpraynaud/halo2-digitsum?label=Issues&style=for-the-badge">
Expand All @@ -13,7 +13,7 @@
<a href='https://github.com/jpraynaud/halo2-digitsum/stargazers'>
<img src="https://img.shields.io/github/stars/jpraynaud/halo2-digitsum?label=Stars&style=for-the-badge">
</a>
<a href='https://github.com/jpraynaud/halo2-digitsum/blob/main/LICENSE'>
<a href='https://github.com/jpraynaud/halo2-digitsum/blob/master/LICENSE'>
<img src="https://img.shields.io/github/license/jpraynaud/halo2-digitsum?label=License&style=for-the-badge">
</a>
</div>
Expand Down Expand Up @@ -182,7 +182,7 @@ $ ./digitsum verify --statement 6 --proof-file-name proof.hex
>> Proof verified!
```

#### Generate the circuit layout
### Generate the circuit layout

Generate the layout of the circuit with the `graph` sub-command:

Expand Down

0 comments on commit 8810a39

Please sign in to comment.