Skip to content

Commit bce3525

Browse files
docs update
1 parent 365400f commit bce3525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CloudClusters.jl
1+
![CloudClusters.jl](https://raw.githubusercontent.com/PlatformAwareProgramming/CloudClusters.jl/refs/heads/main/docs/src/assets/logo-text.svg)
22

33
_A package for creating, using, and managing clusters of virtual machine (VM) instances deployed with IaaS cloud providers._
44

@@ -18,7 +18,7 @@ _CloudClusters.jl_ targets Julia programming language users who need on-demand a
1818

1919
Even though _CloudClusters.jl_ currently only supports AWS EC2, it plans to support multiple IaaS cloud providers in the future.
2020

21-
_CloudClusters.jl_ assumes that the user has properly configured the environment with their credentials to access the services of each provider they intend to use.
21+
_CloudClusters.jl_ assumes that the user has configured their credentials for the services of their preferred cloud providers in the environment.
2222

2323
### The configuration file (_CCconfig.toml_)
2424

@@ -28,7 +28,7 @@ Creating clusters with _CloudClusters.jl_ requires specifying some configuration
2828

2929
Default configuration parameters can be overridden in programs.
3030

31-
A description of each configuration parameter and how programs can override their default values from _CCconfig.toml_ is presented in a further section. Click [here](https://github.com/PlatformAwareProgramming/CloudClusters.jl#configuration-parameters) to go there.
31+
Section [Configuration parameters](https://github.com/PlatformAwareProgramming/CloudClusters.jl#configuration-parameters) describes configuration parameters and how they can be overridden in programs.
3232

3333
### The _PlatformAware.jl_ package
3434

0 commit comments

Comments
 (0)