Skip to content

Commit bd270db

Browse files
Update README.md
1 parent f69b2a0 commit bd270db

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
@@ -11,14 +11,14 @@ 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)
14+
[Serializing](./docs/Usage/Serializing.md)
1515
```c#
1616
using PhpSerializerNET;
1717

1818
string serializedData = PhpSerialization.Serialize(myObject);
1919
```
2020

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

2323
```c#
2424
using PhpSerializerNET;

0 commit comments

Comments
 (0)