Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geooot committed Feb 13, 2020
1 parent 8e16443 commit aa1fe20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ npm install @geooot/soul-patch

## Usage
```javascript
const { renderPage } = require('stubble');
const { renderPage } = require('@geooot/soul-patch');
const template = `
<ul sp-for="let i=0; i<3; i++">
<li sp-assign="text: foo + someFunc(i), class: 'whatever'"></li>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soul-patch",
"version": "1.0.0",
"name": "@geooot/soul-patch",
"version": "1.1.0",
"description": "Generating HTML through means that are not efficient, or safe. But it gets the job done. (and just want's to have a good time!)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit aa1fe20

Please sign in to comment.