Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update latest.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/releases/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Obviously, you need your configuration to be stored somewhere before you can acc
files (remote git repository, local files, classpath resources) or a relational database. If you're unsure what the best practices are,
you can consult [this article]().

Once you have your configuration in place, create a ```ConfigurationSource`` object that will fetch it. Here's an example using Consul K-V.
Once you have your configuration in place, create a ```ConfigurationSource``` object that will fetch it. Here's an example using Consul K-V.

{% highlight java %}
ConfigurationSource source = new ConsulConfigurationSourceBuilder().build();
Expand Down