Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Jan 15, 2022
1 parent 002163d commit 976225f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,2 +1,2 @@
# Elixir in Action scratch pad
# Elixir in Action
all the codes I write as I read through elixir in action book.
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,9 +1,9 @@
defmodule Elixirdemo.MixProject do
defmodule ElixirInAction.MixProject do
use Mix.Project

def project do
[
app: :elixirdemo,
app: :elixirinaction,
version: "0.1.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion test/elixirdemo_test.exs
@@ -1,6 +1,6 @@
defmodule ElixirdemoTest do
use ExUnit.Case
doctest Elixirdemo
doctest ElixirAction

# test "greets the world" do
# assert Elixirdemo.hello() == :world
Expand Down

0 comments on commit 976225f

Please sign in to comment.