Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
badge label main
  • Loading branch information
mahiki authored Aug 22, 2023
1 parent f146160 commit 3b048e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PrefectInterfaces.jl
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://mahiki.github.io/PrefectInterfaces.jl) [![Build Status](https://github.com/mahiki/PrefectInterfaces.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mahiki/PrefectInterfaces.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/mahiki/PrefectInterfaces.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/mahiki/PrefectInterfaces.jl)
[![Stable](https://img.shields.io/badge/docs-main-blue.svg)](https://mahiki.github.io/PrefectInterfaces.jl) [![Build Status](https://github.com/mahiki/PrefectInterfaces.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mahiki/PrefectInterfaces.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/mahiki/PrefectInterfaces.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/mahiki/PrefectInterfaces.jl)

>May the official Prefect Julia SDK arrive soon.
Expand Down Expand Up @@ -34,4 +34,4 @@ secret_block = PrefectBlock("secret/necromancer")

secret_block.block.value.secret
# "abcd1234"
```
```

0 comments on commit 3b048e2

Please sign in to comment.