Skip to content

Commit f405f2c

Browse files
committed
update description
1 parent aea4270 commit f405f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Erlang cache server
1+
Caching server on Erlang
22
=====
33

44
An OTP application

src/cache_server.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{application, cache_server,
2-
[{description, "An OTP application, homework lesson 7"},
2+
[{description, "An OTP application, caching server on Erlang"},
33
{vsn, "v0.1-alpha"},
44
{registered, []},
55
{applications,

0 commit comments

Comments
 (0)