浏览代码

Remove the don't spread warning

Gaël Métais 10 年之前
父节点
当前提交
db3bafd3d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/node_views/index.html

+ 1 - 1
app/node_views/index.html

@@ -13,7 +13,7 @@
         <input type="text" name="url" placeholder="http://www.mysite.com" class="url" />
         <input type="submit" value="Launch test" class="launchBtn" onclick="this.className += ' clicked'" />
     </form>
-    <p>(This is an early BETA, so please don't spread on the web)</p>
+    <p>(This is a BETA, your feedback is more than welcome)</p>
 
     <div class="footer">
         <p><b>Yellow Lab Tools</b> is an open source project by <a href="http://www.gaelmetais.com" target="_blank">Gaël Métais</a>, based on <a href="https://github.com/macbre/phantomas" target="_blank">Phantomas</a>.<br>If you like it, <a href="https://github.com/gmetais/YellowLabTools" target="_blank" class="star">give it a <span>&#9733;</span> on GitHub</a>!</p>