Commit 1cea38f3 by Dave Syer

Fix comment pre-amble in README

parent 344c7b2c
// Do not edit this file (go to /home/dsyer/dev/cloud/scripts/netflix/src/main/ruby/../../../src/main/asciidoc/README.adoc instead)This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration
// Do not edit this file (go instead to src/main/asciidoc)
This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms.
......
This diff is collapsed. Click to expand it.
include::intro.adoc[]
== TODO List
......
......@@ -31,7 +31,7 @@ module SpringCloud
def render_file file, options = {}
srcDir = File.dirname(file)
out = ["// Do not edit this file (go to #{file} instead)",""]
out = ["// Do not edit this file (go instead to src/main/asciidoc)\n","\n"]
File.new(file).each do |line|
self.process(out, srcDir, line)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment