Skip to content

Commit f69b2a0

Browse files
Update README.md
1 parent e20eb4d commit f69b2a0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,22 @@ This is a .NET library for working with the [PHP serialization format](https://e
1111

1212
Usage is rather simple:
1313

14+
[Serializing](./docs/Usage/Usage/Serializing.md)
1415
```c#
1516
using PhpSerializerNET;
1617

1718
string serializedData = PhpSerialization.Serialize(myObject);
1819
```
1920

20-
and
21+
and [Deserializing](./docs/Usage/Usage/Deserializing.md)
2122

2223
```c#
2324
using PhpSerializerNET;
2425

2526
object myObject = PhpSerialization.Deserialize(serializedData);
2627
```
2728

28-
[Detailed documentation can be found here](./docs/README.md) - Work in Progress.
29-
30-
31-
## TODOs for 1.0
32-
33-
See https://github.com/StringEpsilon/PhpSerializerNET/milestone/1
29+
[Detailed documentation can be found here](./docs/README.md).
3430

3531
## Why?
3632

0 commit comments

Comments
 (0)