Minor update.
[pysvrt.git] / README.md
index 85e7df6..a4ea4fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # Introduction #
 
-This is a port of the Synthetic Visual Reasoning Test problems to the
-pytorch framework, with an implementation of two convolutional
-networks to solve them.
+This is a wrapper for [`PyTorch`](http://pytorch.org) for the
+[`Synthetic Visual Reasoning Test,`](https://fleuret.org/git/svrt)
+with an implementation of two convolutional networks to solve them.
 
 # Installation and test #
 
@@ -44,7 +44,7 @@ labels).
 
 ## Low-level functions ##
 
-The main function for genering vignettes is
+The main function for generating vignettes is
 
 ```
 torch.ByteTensor svrt.generate_vignettes(int problem_number, torch.LongTensor labels)