Skip to content

Commit

Permalink
minor example updates and remove gpr from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ernie-hs committed Nov 22, 2020
1 parent 25322e8 commit e3c7a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Tired of not being a krunt? You too can be a krunt with **krunt** ™
var some_text = "Hi, my name is Donald."

var krunted = krunt(some_text) // we should expect Hi, my name is Donald. I am a krunt!

var really_krunted = krunt(krunt(krunt("Donald"))) // we should expect, Donald. I am a krunt!. I am a krunt!. I am a krunt!
```

## Future releases
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "krunt",
"version": "1.0.1",
"version": "1.0.2",
"description": "krunt, for all the moustache wearing cancel culturists",
"main": "krunt.js",
"scripts": {
Expand Down

0 comments on commit e3c7a5a

Please sign in to comment.