Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
savaged committed Jan 9, 2019
1 parent df1860e commit eac72b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -6,11 +6,12 @@ SixNations, is designed as lean tooling for an Agile development
team.

It is designed to consume a RESTful data service but could be
adapted to use something like Entity Framework.
adapted to use something like Entity Framework. The data service
is not yet available, however when time permits it will follow.

It is a work-in-progress but should compile after a "Restore NuGet
Packages" and one must add a couple of files. The first in
`Services` named `AuthTokenService.partial.cs` with the contents:
This project should compile after a "Restore NuGet Packages" and
one must add a couple of files. The first in `Services` named
`AuthTokenService.partial.cs` with the contents:

```using System;
Expand Down

0 comments on commit eac72b6

Please sign in to comment.