Skip to content

Commit

Permalink
docs: fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Aug 3, 2022
1 parent 9196e78 commit d28f084
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/buildkite/test-collector-dotnet</RepositoryUrl>
<RespositoryType>git</RespositoryType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<IsPackable>true</IsPackable> </PropertyGroup>
<ItemGroup>
<Compile Include="Timing.fs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RepositoryUrl>https://github.com/buildkite/test-collector-dotnet</RepositoryUrl>
<RespositoryType>git</RespositoryType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<IsPackable>true</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Buildkite.TestAnalytics.Xunit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ dotnet add package Buildkite.TestAnalytics.Xunit

3. Set up your API token

Add the `BUIDLKITE_ANALYTICS_TOKEN` environment variable to your build system's environment.
Add the `BUILDKITE_ANALYTICS_TOKEN` environment variable to your build system's environment.

4. Run your tests

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ dotnet add package Buildkite.TestAnalytics.Xunit

3. Set up your API token

Add the `BUIDLKITE_ANALYTICS_TOKEN` environment variable to your build system's environment.
Add the `BUILDKITE_ANALYTICS_TOKEN` environment variable to your build system's environment.

4. Run your tests

Expand Down

0 comments on commit d28f084

Please sign in to comment.