Skip to content

Commit 0643f46

Browse files
committed
Fix README
1 parent 627fcf0 commit 0643f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sr_plan looks like Oracle Outline system. It can be used to lock the execution p
66

77
## Build
88

9-
Dependencies: >= Python 3.2, Mako, pycparser
9+
Dependencies: >= Python 3.2, Mako, pycparser >= 2.19
1010
If you only have a Python you can use the virtual environment:
1111
```bash
1212
virtualenv env
@@ -23,7 +23,7 @@ make USE_PGXS=1 install
2323

2424
and modify your postgres config:
2525
```
26-
shared_preload_libraries = 'sr_plan.so'
26+
shared_preload_libraries = 'sr_plan'
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)