Skip to content

Commit e35647b

Browse files
authored
Update README.md
1 parent f61f3f1 commit e35647b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ReflectXMLDB
22
Simple database handler based on XML serialization and reflection.
33

4-
This is a simple project that aims for C#/.NET beginners to achieve database functionality in their applications. The project is written for [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 2.0, which is compatible with .NET Core 2.0+ and .NET Framework 4.6.1+.
4+
This is a project that allows C#/.NET developers to implement simple XML database functionality in their applications. The project is written for [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 2.0, which is compatible with .NET Core 2.0+ and .NET Framework 4.6.1+.
55

66
ReflectXMLDB is cross platform and can run in Windows, Linux and MacOS operating systems that support the .Net Core initiative.
77

88
# Get started
99
Download ReflectXMLDB from our [nuget](https://www.nuget.org/packages/ReflectXMLDB/) links.
1010

11-
ReflectXMLDB offers the traditional Get, Insert and Remove item(s) capabilities commonly present in other database handlers. Also, it provides a more low level interface with the database files generated, such as the ability to Export and Import the database files to .db files, which are compressed versions of the workspace.
11+
ReflectXMLDB offers the traditional Get, Insert, Remove and Update item(s) capabilities commonly present in other database handlers. Also, it provides a more low level interface with the database files generated, such as the ability to Export and Import the database files to .db files, which are compressed versions of the workspace.
1212

1313
There are a few rules that need to be understood when using ReflectXMLDB.
1414
1. ReflectXMLDB creates a database XML file for each database initialized and/or instantiated.

0 commit comments

Comments
 (0)