Skip to content

Commit

Permalink
chore: rename kompleter by kompletr
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 9, 2024
1 parent 0bd51c5 commit 3c83a79
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 137 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,17 @@ <h1>Kømpletr</h1>
.then(data => {
console.log('there is', data)
options.data = data;
input.kompleter(options);
input.kompletr(options);
})
.catch(e => {
console.log(e);
});

// Way 2.1
// kompleter(input, d, cbs, options);
// kompletr(input, d, cbs, options);

// Way 2.2
// kompleter('auto-complete', d, cbs, options);
// kompletr('auto-complete', d, cbs, options);

});
</script>
Expand Down
Loading

0 comments on commit 3c83a79

Please sign in to comment.