Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Jan 15, 2024
1 parent 72a4863 commit 9b3233d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/ChatApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Additionally, to ignore obj and bin in Unity, please place a [Directory.Build.pr
<ArtifactsPath>$(MSBuildThisFileDirectory).artifacts</ArtifactsPath>
</PropertyGroup>
</Project>
```f
```

Finally, add the following line to the [Shared csproj](https://github.com/Cysharp/MagicOnion/blob/main/samples/ChatApp/ChatApp.Shared/ChatApp.Shared.csproj) to ignore the files for Unity from the server project.

Expand Down Expand Up @@ -88,4 +88,4 @@ Add the following specification to `ChatApp.Shared.csproj`.
</PropertyGroup>
<Exec Command="dotnet tool run mpc $(_MessagePackGeneratorArguments)" />
</Target>
```
```

0 comments on commit 9b3233d

Please sign in to comment.