Skip to content

Commit

Permalink
Fix documentation inconsistency with README
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Sep 5, 2022
1 parent 1275e39 commit e2921d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@
//!
//! ```toml
//! [env.APP_ENV]
//! redact = ["production", "staging"] # redact data if APP_ENV is set to any of these values
//! skip-redact = ["dev", "qa"] # SKIP redacting data if APP_ENV is set to any of these values
//! redact = ["production", "staging"] # redact data if "APP_ENV" is set to any of these values
//! skip-redact = ["dev", "qa"] # SKIP redacting data if "APP_ENV" is set to any of these values
//!
//! ## If APP_ENV isn't set or isn't recognised...
//! ## If "APP_ENV" isn't set or isn't recognised...
//! [fallback]
//! redact = true # do redact data (default)
//! ## OR
Expand Down

0 comments on commit e2921d9

Please sign in to comment.