From c4987167474e7a78eeff5f32868392862ccded02 Mon Sep 17 00:00:00 2001 From: Andrei Bursuc Date: Tue, 13 Sep 2016 14:48:18 +0200 Subject: Typo in example code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c8ad0..db98f9b 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ L2 = nn.Tanh()(nn.Linear(30, 60)(nn.JoinTable(1)({input, L1}))):annotate{ graphAttributes = {color = 'blue', fontcolor = 'green'} } L3 = nn.Tanh()(nn.Linear(80, 160)(nn.JoinTable(1)({L1, L2}))):annotate{ - name = 'L3', descrption = 'Level 3 Node', + name = 'L3', description = 'Level 3 Node', graphAttributes = {color = 'green', style = 'filled', fillcolor = 'yellow'} } -- cgit v1.2.3