Skip to content

Commit

Permalink
Fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Nov 19, 2023
1 parent 3c093b1 commit f7704d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-<img align="right" src="SI-logo.jpg">

[![Continuous Integration](https://github.com/bernedom/SI/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACI)
[![Continuous Integration](https://github.com/bernedom/SI/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bernedom/SI/actions?query=workflow%3ACI)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ec7f65662b91480a9968bd77bd32c66c)](https://www.codacy.com/app/bernedom/SI?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bernedom/SI&amp;utm_campaign=Badge_Grade)
[![API Documentation](https://github.com/bernedom/SI/actions/workflows/api-doc.yml/badge.svg?branch=master)](https://si.dominikberner.ch/doc/)
[![CodeQL](https://github.com/bernedom/SI/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACodeQL)
[![API Documentation](https://github.com/bernedom/SI/actions/workflows/api-doc.yml/badge.svg?branch=main)](https://si.dominikberner.ch/doc/)
[![CodeQL](https://github.com/bernedom/SI/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/bernedom/SI/actions?query=workflow%3ACodeQL)

[![GitHub Releases](https://img.shields.io/github/release/bernedom/SI.svg)](https://github.com/bernedom/SI/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bernedom/SI/master/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bernedom/SI/main/LICENSE)

# SI - Type safety for physical units

Expand Down

0 comments on commit f7704d2

Please sign in to comment.