Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanza committed Aug 12, 2019
1 parent 32655e6 commit f016d04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is a mruby binding.(Genann has been bundled in.)
-

Usage:
--

```Ruby
# XOR TEST

Expand Down Expand Up @@ -37,8 +39,8 @@ print sprintf("Output for [%1.f, %1.f] is %1.f.\n", inputs[2][0], inputs[2][1],
print sprintf("Output for [%1.f, %1.f] is %1.f.\n", inputs[3][0], inputs[3][1], genann.run(inputs[3]))
```

=================================================
Serialization:
--

```Ruby
# XOR TEST
Expand Down

0 comments on commit f016d04

Please sign in to comment.