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

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Apr 17, 2015
1 parent 088bf7f commit e279011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Today, the repository contains the following components:
* **src/Microsoft.Fx.Portability** Provides common types for API Port.
* **src/Microsoft.Fx.Portability-net45** A project targeting .NET 4.5 of Microsoft.Fx.Portability to allow desktop apps to directly reference it. *Currently a work-around for beta VS 2015 behavior.*
* **src/Microsoft.Fx.Portability.MetadataReader** Implements a dependency finder based off of [System.Reflection.Metadata](https://github.com/dotnet/corefx/tree/master/src/System.Reflection.Metadata)
* **tests/Microsoft.Fx.Portability** Provides tests for Microsoft.Fx.Portability.
* **tests/Microsoft.Fx.Portability.Metadat** Provides tests for Microsoft.Fx.Portability.MetadataReader. *These are not included in the solution. Roslyn and System.Reflection.Metadata both rely on System.Collections.ImmutableCollections, but are using different prerelease versions. There are breaking API changes that don't allow both to be used at the same time.*
* **tests/Microsoft.Fx.Portability.Tests** Provides tests for Microsoft.Fx.Portability.
* **tests/Microsoft.Fx.Portability.MetadataReader.Tests** Provides tests for Microsoft.Fx.Portability.MetadataReader. *These are not included in the solution. Roslyn and System.Reflection.Metadata both rely on System.Collections.ImmutableCollections, but are using different prerelease versions. There are breaking API changes that don't allow both to be used at the same time.*

More libraries are coming soon. Stay tuned!

Expand Down Expand Up @@ -66,4 +66,4 @@ For an overview of all the .NET related projects, have a look at the

## License

This project is licensed under the [MIT license](LICENSE).
This project is licensed under the [MIT license](LICENSE).

0 comments on commit e279011

Please sign in to comment.