Skip to content

Commit 0228c6c

Browse files
committed
Made the readme intro a bit clearer
1 parent 7b2734c commit 0228c6c

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
@@ -7,8 +7,8 @@
77
## About
88

99
This library will allow you to save a snapshot of your PHP object in various formats like XML or JSON (encoding).
10-
When your project has been setup properly you can reuse this by decoding the snapshot. It will return the
11-
same PHP object.
10+
When your project has been setup properly you can reuse the snapshot by decoding it. The decoding process will return
11+
the same PHP object you started with.
1212

1313
This library is useful for you if you want to quickly find a way to save a state of your PHP object. Think about a
1414
configurator that allows you to customize a certain product in various ways for example.

0 commit comments

Comments
 (0)