Skip to content

Commit

Permalink
escape < and >
Browse files Browse the repository at this point in the history
  • Loading branch information
elzoiddy authored and mwynholds committed Sep 20, 2011
1 parent d78af6c commit df62125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,8 +64,8 @@ You can use embedded ruby code in the YAML file to determine host/machine specif

<pre>
production:
servers: "<%=get_from_file('abc.conf')%>:9160"
keyspace: "<%=get_from_file('abc.conf')%>"
servers: "&lt;%=get_from_file('abc.conf')%&gt;:9160"
keyspace: "&lt;%=get_from_file('abc.conf')%&gt;"
disable_node_auto_discovery: true
thrift:
timeout: 3
Expand Down

0 comments on commit df62125

Please sign in to comment.