Skip to content

Commit

Permalink
update README + gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjacobsen committed Apr 30, 2024
1 parent 3b93e0f commit b78a873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ tiktoken-*.tar
/tmp/

checksum-*
tiktoken-*

priv/native/libtiktoken.so
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ by adding `tiktoken` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tiktoken, "~> 0.1.0"}
{:tiktoken, "~> 0.3"}
]
end
```
Expand Down Expand Up @@ -49,4 +49,3 @@ config :rustler_precompiled, :force_build, tiktoken: true
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/tiktoken>.

0 comments on commit b78a873

Please sign in to comment.