diff --git a/README.md b/README.md index 22a7c5c34..90994f050 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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). \ No newline at end of file +This project is licensed under the [MIT license](LICENSE).