File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,12 @@ e.g:
117117<br />
118118
119119You can either create a brand new controller,
120- or use an existing one if you prefer.
120+ or use an existing one if you prefer. < br />
121121We've created a new controller for clarity/separation.
122122
123123
124+ ### 3.b Create the Corresponding Test (Optional+Recommended)
125+
124126
125127## 4. Add a ` GIF ` to the ` README.md ` of the Heroku App
126128
@@ -150,6 +152,6 @@ doesn't see an error in their console/browser.
150152
151153
152154
153- Documentation available at
155+ Docs available at
154156[ https://hexdocs.pm/ping ] ( https://hexdocs.pm/ping ) .
155157But there's really not much to it.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Ping.MixProject do
44 def project do
55 [
66 app: :ping ,
7- version: "0.1.1 " ,
7+ version: "1.0.0 " ,
88 elixir: "~> 1.10" ,
99 start_permanent: Mix . env ( ) == :prod ,
1010 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments