Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 510b59e

Browse files
Hari Yerramsettyjosevalim
authored andcommitted
Update module name from Mixfile to MixProject in Mix and OTP section (elixir-lang#1078)
1 parent 16b2f9a commit 510b59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/introduction-to-mix.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Let's take a brief look at those generated files.
8484
A file named `mix.exs` was generated inside our new project folder (`kv`) and its main responsibility is to configure our project. Let's take a look at it:
8585

8686
```elixir
87-
defmodule KV.Mixfile do
87+
defmodule KV.MixProject do
8888
use Mix.Project
8989

9090
def project do

0 commit comments

Comments
 (0)