Skip to content

Commit

Permalink
Change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FCO committed Feb 8, 2024
1 parent 02ee9a6 commit 76a43c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -120,8 +120,8 @@ class AppConfig {

# Using the builder to set configuration
config {
.api_key('your_api_key_here');
.timeout(300);
.api_key = 'your_api_key_here';
.timeout = 300;
}
```

Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.rakumod
Expand Up @@ -269,8 +269,8 @@ class AppConfig {
# Using the builder to set configuration
config {
.api_key('your_api_key_here');
.timeout(300);
.api_key = 'your_api_key_here';
.timeout = 300;
}
=end code
Expand Down

0 comments on commit 76a43c6

Please sign in to comment.