浏览代码

[docs] Fix typos in NPM documentation page

Romain Rigaux 4 年之前
父节点
当前提交
f59d955896
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      NPM-README.md
  2. 0 0
      docs/docs-site/static/js/gethue/components/SqlScratchpadWebComponent.js
  3. 1 1
      package.json

+ 3 - 3
NPM-README.md

@@ -1,4 +1,4 @@
-Building blocks providing a smart SQL Cloud Editor based on http://gethue.com/.
+Building blocks providing a smart SQL Cloud Editor based on [gethue.com](https://gethue.com).
 
 # Install
 
@@ -6,7 +6,7 @@ Building blocks providing a smart SQL Cloud Editor based on http://gethue.com/.
 
 # SQL Scratchpad
 
-The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its own `<sql-scratchpad />` Web component. Read more on its [documentation](https://docs.gethue.com/developer/components/scratchpad/).
+The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its own `<sql-scratchpad />` Web component. Play with a live demo and read more in its [documentation](https://docs.gethue.com/developer/components/scratchpad/).
 
     <!DOCTYPE html>
     <html>
@@ -18,7 +18,7 @@ The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its o
 
     <body>
       <div style="position: absolute; height: 100%; width: 100%">
-        <sql-scratchpad api-url="http://localhost:8005" username="demo" password="demo" dialect="mysql" />
+        <sql-scratchpad api-url="https://demo.gethue.com" username="demo" password="demo" dialect="mysql" />
       </div>
     </body>
 

文件差异内容过多而无法显示
+ 0 - 0
docs/docs-site/static/js/gethue/components/SqlScratchpadWebComponent.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "gethue",
-  "version": "4.9.12",
+  "version": "4.9.13",
   "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
   "keywords": [
     "Query Editor",

部分文件因为文件数量过多而无法显示