Skip to content
This repository was archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Nov 30, 2019
1 parent 417c704 commit 734e972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ This Framework uses a lot of the original algorithms for extraction, compression

This Framework is available on [NuGet](https://www.nuget.org/packages/OMODFramework/), [GitHub Packages](https://github.com/erri120/OMODFramework/packages/63159) and [GitHub Release](https://github.com/erri120/OMODFramework/releases).

Be sure to check the dependencies for the current version on [NuGet](https://www.nuget.org/packages/OMODFramework/) **befor** installing.

## Usage

### Extraction
Expand All @@ -34,6 +32,7 @@ Be sure to check the dependencies for the current version on [NuGet](https://www
var omod = new OMOD(path);

// returns the absolute path to the folder containing the data/plugin files
// this is async so use either .Result or await
var data = omod.GetDataFiles();
var plugins = omod.GetPlugins();
```
Expand Down Expand Up @@ -73,6 +72,7 @@ var omod = new OMOD(path);

var scriptFunctions = new ScriptFunctions(); //custom class that inherits IScriptFunctions
// if you have already extracted the data and or plugins from the omod, use one of the overload function
var srd = omod.RunScript(scriptFunctions);
```

Expand Down

0 comments on commit 734e972

Please sign in to comment.