Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Tompson <jonathantompson@gmail.com>2016-05-19 21:03:38 +0300
committerSoumith Chintala <soumith@gmail.com>2016-05-19 21:03:38 +0300
commit531a0636093de27e29771e513180b120a95889ae (patch)
tree34659a212586d1ca0261930d11daa8ce0f68e4a7
parentc131490dc13ad52db212a8ffd64407e9eaee8e33 (diff)
README tweak. (#115)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0bd8991..e11ee12 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This package provides graphical computation for `nn` library in [Torch](https://
## Requirements
-You need *not* `graphviz` to be able to use this library but, if you have it, you will be able to display the graphs that you have created. For installing the package run the appropriate command below:
+You do *not* need `graphviz` to be able to use this library, but if you have it you will be able to display the graphs that you have created. For installing the package run the appropriate command below:
```bash
# Mac users