Skip to content

Commit 5e6a7c5

Browse files
committed
Tidy up README
1 parent 97e6d65 commit 5e6a7c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ INSTALLED_APPS = [
2424
Usage
2525
-----
2626

27-
To configure, add a dictionary called `MASKER_FIELDS` to your settings using the following format::
27+
To configure, add a dictionary called `MASKER_FIELDS` to your settings using the following format:
2828

2929
```
3030
MASKER_FIELDS = {
31-
"{ APP_NAME }": {"{ MODEL_NAME }": {"{ FIELD_NAME }": { VALUE},}},
31+
"{ APP_NAME }": {"{ MODEL_NAME }": {"{ FIELD_NAME }": { VALUE },}},
3232
}
3333
```
3434

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='django-maskpostgresdata',
88
packages=['maskpostgresdata.management'],
9-
version='0.1.4',
9+
version='0.1.5',
1010
description='Creates a pg_dumpish output which masks data without saving changes to the source database.',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)