Skip to content

Commit 701a705

Browse files
committed
Update README.md
1 parent 9bb0aed commit 701a705

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
@@ -3,7 +3,7 @@
33
[![Build Status](https://img.shields.io/github/workflow/status/microcompiler/tinyclr-github/Build%20CI?style=flat-square)](https://github.com/microcompiler/tinyclr-github/actions)
44

55
This repo contains a sample Visual Studio project leveraging github actions to build and publish TinyCLR OS libraries. Automated action features include:
6-
ssss
6+
77
* Continious build action
88
* Release and publish action
99
* [Symbol Packages](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg) allowing an improved debugging experience
@@ -13,7 +13,7 @@ ssss
1313

1414
## Github Actions
1515

16-
* Continuous Integration (CI) Build Action - [.github/workflows/commit.yml](https://github.com/microcompiler/tinyclr-github/blob/master/.github/workflows/build.yml)
16+
* Continuous Integration (CI) Build Action - [.github/workflows/build.yml](https://github.com/microcompiler/tinyclr-github/blob/master/.github/workflows/build.yml)
1717

1818
* Release and Publish Action - [.github/workflows/release.yml](https://github.com/microcompiler/tinyclr-github/blob/master/.github/workflows/release.yml)
1919

@@ -33,7 +33,7 @@ ssss
3333
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3434
<Authors>Microcompiler</Authors>
3535
<Company>$(AssemblyCompany)</Company>
36-
<Description>Simple TinyCLR Calculator Library</Description>
36+
<Description>Simple TinyCLR Cube Library</Description>
3737
<PackageTags>TinyCLR, firmware, iot</PackageTags>
3838
<PackageProjectUrl>https://github.com/microcompiler/</PackageProjectUrl>
3939
<RepositoryUrl>https://github.com/microcompiler/tinyclr</RepositoryUrl>

0 commit comments

Comments
 (0)