Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
fix names in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pastajello committed Jul 11, 2021
1 parent 2592c91 commit 7e57fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $ dotnet publish --runtime linux-x64 --framework net5.0 --no-self-contained

* Ensure that your output looks like this
```
StorageCleaner -> ......\demos-for-functions\dotnet\hello-world\bin\Debug\net5.0\linux-x64\StorageCleaner.dll
StorageCleaner -> ......\demos-for-functions\dotnet\hello-world\bin\Debug\net5.0\linux-x64\publish\
HelloWorld -> ......\demos-for-functions\dotnet\hello-world\bin\Debug\net5.0\linux-x64\HelloWorld.dll
HelloWorld -> ......\demos-for-functions\dotnet\hello-world\bin\Debug\net5.0\linux-x64\publish\
```

* Create a tarfile
Expand Down

0 comments on commit 7e57fcf

Please sign in to comment.