From 0dbde9a37c6360efdb5893f3973fde45416f8f6a Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 9 Feb 2025 17:16:41 -0500 Subject: [PATCH] Capitalize "Julia" in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 357353a..f532395 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Build Status](https://github.com/JuliaParallel/SlurmClusterManager.jl/actions/workflows/ci.yml/badge.svg) -This package provides support for using julia within the Slurm cluster environment. +This package provides support for using Julia within the Slurm cluster environment. The code is adapted from [ClusterManagers.jl](https://github.com/JuliaParallel/ClusterManagers.jl) with some modifications. ## Usage