diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc616ae..c64b64d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: args: [ --assume-in-merge ] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.10 + rev: v4.15.0 hooks: - id: commitizen @@ -29,11 +29,11 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.45.1 + rev: v1.46.0 hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.83 + rev: v0.1.87 hooks: - id: rumdl-fmt # Auto-format diff --git a/README.md b/README.md index 47f45f1..38bfc2b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ workshops. The template helps set up and maintain workshop repositories, which contain files to create a website for a workshop and that might also be -used as an open educational resource (OER). Use this template to quickly +used as an open educational resource (OVER). Use this template to quickly get started with a new workshop with all the necessary files and configurations in place for a smoother “developer experience” and to have [continuous diff --git a/README.qmd b/README.qmd index 6d6ffce..8f4eefa 100644 --- a/README.qmd +++ b/README.qmd @@ -20,7 +20,7 @@ workshops. The template helps set up and maintain workshop repositories, which contain files to create a website for a workshop and that might also be -used as an open educational resource (OER). Use this template to quickly +used as an open educational resource (OVER). Use this template to quickly get started with a new workshop with all the necessary files and configurations in place for a smoother "developer experience" and to have diff --git a/index.qmd b/index.qmd index 415b2a1..ad8b07f 100644 --- a/index.qmd +++ b/index.qmd @@ -3,7 +3,7 @@ {{< include /docs/includes/_badges.qmd >}} This is a template for creating a new workshop with the intent of making -it an open educational resource (OER). Use this template to quickly get +it an open educational resource (OVER). Use this template to quickly get started with a new workshop with all the necessary files and configurations in place, including for developing the workshop.