LTMeyer commited on
Commit
b769744
·
verified ·
1 Parent(s): 15f0776

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,7 +30,9 @@ train_dataloader = datamodule.train_dataloader()
30
  for batch in dataloader:
31
  # Process training batch
32
  ...
33
- ```# Active matter simulations
 
 
34
 
35
  **One line description of the data:** Modeling and simulation of biological active matter.
36
 
 
30
  for batch in dataloader:
31
  # Process training batch
32
  ...
33
+ ```
34
+
35
+ # Active matter simulations
36
 
37
  **One line description of the data:** Modeling and simulation of biological active matter.
38