Skip to content

Commit

Permalink
Updates docs for version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylon Edwards committed Jul 4, 2015
1 parent 0fa2238 commit 226bcce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Install the module via `npm`:
info trying registry request attempt 1 at 12:59:16
http GET https://registry.npmjs.org/liblevenshtein
http 304 https://registry.npmjs.org/liblevenshtein
liblevenshtein@2.0.2 node_modules/liblevenshtein
liblevenshtein@2.0.4 node_modules/liblevenshtein
```

Then, you may `require` it to do whatever you need:
Expand Down Expand Up @@ -85,7 +85,7 @@ To use the library on your website, reference the desired file from the
<head>
<!-- stuff ... -->
<script type="text/javascript"
src="http://universal-automata.github.com/liblevenshtein/javascripts/2.0.2/levenshtein-transducer.min.js">
src="http://universal-automata.github.com/liblevenshtein/javascripts/2.0.4/levenshtein-transducer.min.js">
</script>
<!-- more stuff ... -->
</head>
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": "liblevenshtein",
"version": "2.0.3",
"version": "2.0.4",
"description": "Various utilities regarding Levenshtein transducers.",
"keywords": [
"javascript",
Expand Down

0 comments on commit 226bcce

Please sign in to comment.