Skip to content

Commit

Permalink
Fix README [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroripper authored May 23, 2023
1 parent ecb60b1 commit f314938
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 @@ -5,8 +5,8 @@
<img src="/assets/logo.svg" width=400px alt="PSRProgressBar.jl" />
</a>
<br>
<a href="https://github.com/psrenergy/PSRProgressBar.jl/actions/workflows/ci.yml">
<img src="https://github.com/psrenergy/PSRProgressBar.jl/actions/workflows/ci.yml/badge.svg?branch=master" alt="CI" />
<a href="https://github.com/psrenergy/PSRProgressBar.jl/actions/workflows/CI.yml">
<img src="https://github.com/psrenergy/PSRProgressBar.jl/actions/workflows/CI.yml/badge.svg?branch=master" alt="CI" />
</a>
</div>

Expand All @@ -28,4 +28,4 @@ for i in 1:100
PSRProgressBar.next!(pb)
sleep(0.1)
end
```
```

0 comments on commit f314938

Please sign in to comment.