Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wltsmrz committed Nov 19, 2020
1 parent 122a96e commit 816ffa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
against 23531-word list from official site.

```clojure
(load "https://github.com/wltsmrz/[email protected].0")
(load "https://github.com/wltsmrz/[email protected].1")

(defn main []
(IO.println &(Stemmer.stem "greetings")))
Expand Down
2 changes: 1 addition & 1 deletion main.carp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(relative-include "src/string_extras.h")

(defmodule Stemmer
(relative-include "src/string_extras.h")
(register utf8-length (Fn [&String] Int) "String_utf8len_")
(register to-lower (Fn [&String] String) "String_to_lower_")

Expand Down

0 comments on commit 816ffa7

Please sign in to comment.