Skip to content

Commit

Permalink
[docs] Fix typos in NPM documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed May 28, 2021
1 parent 569a760 commit f59d955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 67 deletions.
6 changes: 3 additions & 3 deletions NPM-README.md
@@ -1,12 +1,12 @@
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

npm install --save gethue

# 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>
Expand All @@ -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>

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit f59d955

Please sign in to comment.