diff --git a/SpiNNaker/README.MD b/SpiNNaker/README.MD
index 8b137891791fe96927ad78e64b0aad7bded08bdc..c0a11485832a4e4bca53ce2479cb84c957740fab 100644
--- a/SpiNNaker/README.MD
+++ b/SpiNNaker/README.MD
@@ -1 +1,13 @@
+## Files:
+You can change and use the file names as you prefer. As an example, here we did it as below:
+Network: Input(784)*FC1(400)*FC2(1600))
 
+    weights_fc1_X.Y:
+        Weight-Files from Input_layer to FC1 layer
+    weights_fc2_X:
+        Weight-Files from FC1 to FC2 layer
+    
+    X: baseline, compressed
+    Y: 
+        nothing: binary file from SCNN
+        txt: generated connection file for spynnaker (PyNN for SpiNNaker)