Skip to content

Commit 3724503

Browse files
authored
Update readme (#86)
- Don't mention `application` because no change is needed in that part of mix.exs - Also use `MyApp` as the application prefix since that is the common idiom in Elixir
1 parent f193032 commit 3724503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10
2323

2424
## Usage
2525

26-
Put `:file_system` in the `deps` and `application` part of your `mix.exs`:
26+
Add `file_system` to the `deps` of your mix.exs
2727

2828
``` elixir
29-
defmodule Excellent.Mixfile do
29+
defmodule MyApp.Mixfile do
3030
use Mix.Project
3131

3232
def project do

0 commit comments

Comments
 (0)