Skip to content

Commit 8f5342e

Browse files
authored
Update README.md
Signed-off-by: David Wylie <122686184+dgw-dev@users.noreply.github.com>
1 parent ba579e7 commit 8f5342e

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ This project is for developers and organizations looking for a simple way to exp
55

66
This is a .NET Core Web API application, with the option to add a UI of your choice, either through MVC or a static UI in the wwwroot. The advantage of making the app a service is that it can then be integrated into business processes, allowing user interaction and extensibility. It will also support automation through scheduled jobs.
77

8-
# Getting Started
9-
The example setup makes some assumptions about the schema design of the target SQL Server Database. It assumes that there will be seperate tables for localizable data, specificaslly, for any "base" table there will be a corresponding "localized" table. e.g [dbo].[Products] and [dbo].[ProductsLocalized] that share a common key relationship.
10-
1. Installation process
11-
2. Software dependencies
12-
3. Latest releases
13-
4. API references
8+
# Dual Licensing
9+
This software uses dual a dual licensing model. Non-commercial use is covered by LICENSE-MIT.md. For commercial use please see LICENSE-MPL.md.
1410

15-
# Build and Test
16-
TODO: Describe and show how to build your code and run the tests.
11+
# Getting Started
12+
Please review the wiki for detailed instructions
1713

1814
# Contribute
19-
TODO: Explain how other users and developers can contribute to make your code better.
15+
Please contact me if you would like to contribute to this project.

0 commit comments

Comments
 (0)