diff --git a/README.md b/README.md index 2eee4c1..264d283 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Simple Table Renderer +# Simple Table Renderer `pfych-table` Taking an input of data and options, return a html `Element` which can then be inserted into the DOM. This is a tool used on [my website](https://pfy.ch) to generate certain tables. diff --git a/package.json b/package.json index f87dc9e..efb35b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "simple-table", - "version": "1.0.2", + "name": "pfych-table", + "version": "1.0.3", "description": "", "main": "dist/index.js", "module": "dist/index.esm.js",