Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simons-public authored Oct 7, 2018
1 parent 0811517 commit 73f7a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When testing, local fixes can be added to `~/.config/protonfixes/localfixes/`. T

## Example game fixes
`377840.py` - Changing the executable launched
```
```python
import os
import sys

Expand All @@ -66,7 +66,7 @@ def main():
```

`410900.py` - Running a winetricks verb
```
```python
from protonfixes import util

def main():
Expand All @@ -81,7 +81,7 @@ def main():
`15700.py` - Example using a win32 prefix

*Oddworld doesn't actually require a win32 prefix or dotnet35, but I used it for testing since it's 32bit*
```
```python
import sys
from protonfixes import util

Expand Down

0 comments on commit 73f7a9e

Please sign in to comment.