Skip to content

Commit

Permalink
Fix error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Sep 21, 2019
1 parent f4b01ee commit 17b8f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import (

// Environment variables containing workflow and Alfred info.
//
// Read the values with os.Getenv(EnvVarName) or via Alfred:
// Read the values with os.Getenv(EnvVarName) or via Config:
//
// // Returns a string
// Alfred.Get(EnvVarName)
// Config.Get(EnvVarName)
// // Parse string into a bool
// Alfred.GetBool(EnvVarDebug)
// Config.GetBool(EnvVarDebug)
//
const (
// Workflow info assigned in Alfred Preferences
Expand Down

0 comments on commit 17b8f0f

Please sign in to comment.