aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-26 13:01:57 -0800
committerTeddy Wing2015-12-26 13:01:57 -0800
commit60437baa80ff98cb90317def2243f4599374fe94 (patch)
tree035458cf37fcb0b0193889f3c35b41459cb7547c
parente8e7f9241cd125adab940a6c77fafe6bb45584ee (diff)
downloadRuby-Web-Sessions-Exercise-master.tar.bz2
README: Add a note about where to find the exercise solutionHEADmaster
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 083fea2..d1e0fe9 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ template.
With `Rack::Session::Cookie`, the session is accessible via a hash called
`session`.
+The solution is avalilable in the `solution` branch.
+
## Installing
Run