This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fixing some typos in simpleapp template
pull/3/head
Dave Smith
15 years ago
parent
407486bc62
commit
c6a0d44afa
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
priv/templates/simpleapp.app
+1
-1
priv/templates/simpleapp_sup.erl
+ 1
- 0
priv/templates/simpleapp.app
View File
@ -11,5 +11,6 @@
kernel,
stdlib
]},
{mod, { {{appid}}_app, []}},
{env, []}
]}.
+ 1
- 1
priv/templates/simpleapp_sup.erl
View File
@ -24,5 +24,5 @@ start_link() ->
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
init
(
[
]
)
-
>
{
ok
,
{
one_for_one
,
5
,
10
}
,
[
]
}
.
{
ok
,
{
{
one_for_one
,
5
,
10
}
,
[
]
}
}
.
Write
Preview
Loading…
Cancel
Save