You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_A package for creating, using, and managing clusters of virtual machine (VM) instances deployed with IaaS cloud providers._
4
4
@@ -18,7 +18,7 @@ _CloudClusters.jl_ targets Julia programming language users who need on-demand a
18
18
19
19
Even though _CloudClusters.jl_ currently only supports AWS EC2, it plans to support multiple IaaS cloud providers in the future.
20
20
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.
22
22
23
23
### The configuration file (_CCconfig.toml_)
24
24
@@ -28,7 +28,7 @@ Creating clusters with _CloudClusters.jl_ requires specifying some configuration
28
28
29
29
Default configuration parameters can be overridden in programs.
30
30
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.
0 commit comments