Skip to content

Commit

Permalink
docs(update README): README
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Jul 20, 2022
1 parent ccbc5e8 commit 8ea7fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,6 +20,7 @@ Use at your peril, _for now._
- [X] dry-run option
- [X] CLI output, list files changed and created.
- [X] format changes
- [X] guthub actions, run test suite

## Roadmap TODO

Expand All @@ -33,7 +34,6 @@ Use at your peril, _for now._
- [] update test file refs by CLI option
- [] ElixirLS integration for VSCode?
- [] Write the module code to rename usages of the refactored function
- [] guthub actions, run test suite

## Installation

Expand All @@ -43,7 +43,7 @@ by adding `ex_factor` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_factor, "~> 0.1.0", only: [:dev]}
{:ex_factor, "~> 0.2.1", only: [:dev]}
]
end
```
Expand Down

0 comments on commit 8ea7fdc

Please sign in to comment.