Skip to content

Commit

Permalink
Minor rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed May 25, 2010
1 parent bc0a88c commit dfb44d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MongoDB/Configuration/MongoConfigurationBuilder.cs
Expand Up @@ -69,7 +69,7 @@ public void ConnectionString(Action<MongoConnectionStringBuilder> config)
/// Set the apps settings key from which to pull the connection string,
/// </summary>
/// <param name="key">The key.</param>
public void ConnectionStringAppSettingKey(string key)
public void ReadConnectionStringFromAppSettings(string key)
{
_connectionString = ConfigurationManager.AppSettings[key];
}
Expand Down

0 comments on commit dfb44d0

Please sign in to comment.