From 703df378ce2593bf22a1eca3c1a2d6f3957010b4 Mon Sep 17 00:00:00 2001
From: Anshul Paigwar
Date: Mon, 6 Apr 2020 15:06:59 +0200
Subject: [PATCH] Update README.md
improved formatting of sample code
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a62d2f2..436fc56 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ In theory, the library supports up to 10 dimensions. In practice, ConvNets with
## Hello World
SparseConvNets can be built either by [defining a function that inherits from torch.nn.Module](examples/Assamese_handwriting/VGGplus.py) or by stacking modules in a [sparseconvnet.Sequential](PyTorch/sparseconvnet/sequential.py):
-```
+```python
import torch
import sparseconvnet as scn