Skip to content

Commit 202b031

Browse files
committed
Whoops, messed that up. Now codeblocks should be working.
1 parent 6273f1f commit 202b031

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Please note that nn4mc_py is still in development and may have many bugs. We are
1111
### Installation
1212

1313
Simply use the Python package manager pip and run the following command.
14-
'''
14+
```
1515
pip install nn4mc
16-
'''
16+
```
1717

1818
### Usage
1919

2020
You will most likely only need to import the translator module
21-
'''python
21+
```python
2222
import nn4mc.translator as nnTr
23-
'''
23+
```
2424

2525
Then you can translate a file with the following command
26-
'''python
27-
nnTr.translate(path/to/file, 'hdf5', output/path)
28-
'''
26+
```python
27+
nnTr.translate("path/to/file", 'hdf5', "output/path")
28+
```

0 commit comments

Comments
 (0)