Skip to content

Commit 558cc5e

Browse files
committed
p
1 parent 1df0bf2 commit 558cc5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ I aimed to create not just an experimental library but a practical one. It's als
1818
You can install it from [NuGet/ZLinq](https://www.nuget.org/packages/ZLinq). For Unity usage, refer to the [Unity section](#unity).
1919

2020
```bash
21-
dotnet add ZLinq
21+
dotnet add package ZLinq
2222
```
2323

2424
ZLinq chains internally use the following interface:
@@ -120,7 +120,7 @@ Standard packages are available for FileSystemInfo and JsonNode. For Unity, it's
120120
### FileSystem
121121

122122
```bash
123-
dotnet add ZLinq.FileSystem
123+
dotnet add package ZLinq.FileSystem
124124
```
125125

126126
```csharp
@@ -145,7 +145,7 @@ foreach (var item in groupByName)
145145
### JSON(System.Text.Json)
146146

147147
```bash
148-
dotnet add ZLinq.Json
148+
dotnet add package ZLinq.Json
149149
```
150150

151151
```csharp

0 commit comments

Comments
 (0)