Skip to content

Commit 513641c

Browse files
committed
Minor README.md
1 parent 9b97158 commit 513641c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ There are other powerful projects to sort tables such as
1212
high level `render_table` tag because it requires to define the CSS in
1313
`Table` classes or to write custom templates.
1414

15-
A demonstration of the features is provided in `testproj` directory.
15+
A demonstration of the features is provided in `testproj` directory. The file
16+
`testproj/README.md` provides information on how to use it.
1617

1718
## Features
1819

@@ -164,8 +165,3 @@ The library provides a few settings that you can define in the Django settings o
164165
- `DEFAULT_SORT_UP`, the HTML character to display the up symbol in the column headers (' ↑' by default).
165166
- `DEFAULT_SORT_DOWN`, the HTML character to display the down symbol in the column headers (' ↓' by default).
166167
- `SORTING_INVALID_FIELD_RAISES_404`, if true, a 404 response will be returned on invalid use of query parameters (false by default).
167-
168-
## Example
169-
170-
A test project is provided with the source code, the file `testproj/README.md`
171-
provides information on how to use it.

0 commit comments

Comments
 (0)