Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 7, 2016
1 parent b81c338 commit 0f4f991
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 @@ -131,7 +131,7 @@ IClient client = Clients.Builder()

> :bulb: You can skip the call to `.SetApiKeyFilePath()` if you or placed the `apiKey.properties` file in the default location (`%homedrive%%homepath%\.stormpath\`). Calling `client.Build()` without specifying an API Key will check the default location. It will also examine the environment variables `STORMPATH_CLIENT_APIKEY_ID` and `STORMPATH_CLIENT_APIKEY_SECRET`.
Once you have built a `IClient`, keep it around! You should only need to create it **once** per application. It's thread-safe, so you can safely reuse it, even in an ASP.NET application.
Once you have built a `IClient`, keep it around! You should only need to create it **once** per application. It's thread-safe, so you can safely reuse it, even in a multithreaded ASP.NET application.

#### Retrieving your application

Expand Down

0 comments on commit 0f4f991

Please sign in to comment.