From 69ffe0f07df1e0a34f808da8dc0ffdc5e4d864c8 Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 24 Apr 2014 09:56:49 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36b7e6e734..237ae4f0b4 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ These samples, in this repo, are just basic starting points for you to experimen **NOTE: The samples are pinned to a specific version of the packages. If you want to try the latest builds then update the project.json and replace the number at the end of the version with a '\*', so '0.1-alpha-267' becomes '0.1-alpha-\*', and then run ```K restore``` to pull down the latest packages** -##[Feature Samples](https://github.com/aspnet/Entropy) -The Entropy repo contains samples of specific features in isolation. Each directory contains just enough code to show an aspect of a feature. +##Feature Samples +The [Entropy repo](https://github.com/aspnet/Entropy) contains samples of specific features in isolation. Each directory contains just enough code to show an aspect of a feature. ##Application Samples [MVC Music Store](https://github.com/aspnet/MusicStore) and [BugTracker](https://github.com/aspnet/BugTracker) application are both being ported. Each of these have their own repository that you can look at. Both of these should be mostly working, but some changes are still being made.