Code formatting fix again (so sorry!!!)

#4
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Right now, we're working on more new Build Tools to come very soon, built on Lla
45
  ## Prompting Guide
46
  Enigma uses the [Llama 3.1 Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
47
 
48
- python```
49
  import transformers
50
  import torch
51
 
 
45
  ## Prompting Guide
46
  Enigma uses the [Llama 3.1 Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
47
 
48
+ ```python
49
  import transformers
50
  import torch
51