浏览代码

Removed unnecessary comment

Andrew Kane 9 年之前
父节点
当前提交
ec6d23602f
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      README.md
  2. 0 1
      lib/generators/blazer/templates/config.yml

+ 0 - 1
README.md

@@ -321,7 +321,6 @@ Update `config/blazer.yml` with:
 ```yml
 # see https://github.com/ankane/blazer for more info
 
-# data sources
 data_sources:
   main:
     url: <%= ENV["BLAZER_DATABASE_URL"] %>

+ 0 - 1
lib/generators/blazer/templates/config.yml

@@ -1,6 +1,5 @@
 # see https://github.com/ankane/blazer for more info
 
-# data sources
 data_sources:
   main:
     url: <%%= ENV["BLAZER_DATABASE_URL"] %>