Skip to content

Commit

Permalink
Readme addition
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Jul 17, 2024
1 parent 73a5c8c commit 0d02934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ If you're using the new Apple M1, you need to ensure that you're using a `ffi` t
gem "ffi", github: "cheddar-me/ffi", branch: "apple-m1", submodules: true
```

### Underscored vs de-underscored
### Underscored vs de-underscored keys

Keys that start with an underscore are treated as-is and are assumed unencrypted in the secrets/credentials files.
To make our lives a little easier in calling them in the application they are callable without the underscore. So a `_secret` can be called with
Expand Down

0 comments on commit 0d02934

Please sign in to comment.