Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Nov 15, 2023
1 parent 860e0f8 commit c497a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CompatHelper

on:
schedule:
- cron: '15 23 * * *'
- cron: '15 23 * * 0'

jobs:
CompatHelper:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# HydroTools in Julia

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jl-spatial.github.io/HydroTools.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jl-spatial.github.io/HydroTools.jl/dev)
[![CI](https://github.com/jl-spatial/HydroTools.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/jl-spatial/HydroTools.jl/actions/workflows/CI.yml)
[![Codecov](https://codecov.io/gh/jl-spatial/HydroTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jl-spatial/HydroTools.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jl-pkgs.github.io/HydroTools.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jl-pkgs.github.io/HydroTools.jl/dev)
[![CI](https://github.com/jl-pkgs/HydroTools.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/jl-pkgs/HydroTools.jl/actions/workflows/CI.yml)
[![Codecov](https://codecov.io/gh/jl-pkgs/HydroTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jl-pkgs/HydroTools.jl)

> Translation of [hydroTools](https://github.com/CUG-hydro/hydroTools) in R
## Installation

```julia
] add https://github.com/jl-spatial/HydroTools.jl
] add https://github.com/jl-pkgs/HydroTools.jl
```

## Contents
Expand Down

0 comments on commit c497a5d

Please sign in to comment.