Skip to content

Commit 8f8625d

Browse files
committed
More clarity in the readme
1 parent 4e62d3b commit 8f8625d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ adding the following to your settings::
9898
DJANGOCMS_SNIPPET_VERSIONING = True # Set to version with djangocms-versioning
9999
DJANGOCMS_SNIPPET_MODERATION = True # Set to moderate with djangocms-moderation
100100

101-
When adding versioning to djangocms-snippets, you will need to create ``Version`` objects using
102-
djangocms-versioning's ``create_version`` management command.
101+
When adding versioning to djangocms-snippets, you will need to create ``Version`` objects for existing snippets
102+
using djangocms-versioning's ``create_version`` management command.
103103

104104
Template tag
105105
------------

0 commit comments

Comments
 (0)