Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Coretex authored May 25, 2020
1 parent 38e0d9b commit 43112ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ A library that is made for community. `Program.cs` is an example of how to use t


## Setting up the library
**If you are using `.Net Framework` you must uncheck `Prefer 32-bit` in project preferences. [Uncheck #1](https://www.neovolve.com/2015/07/31/disable-prefer-32-bit/) or [Uncheck #2](https://www.codeofclimber.ru/2015/make-sure-prefer-32-bit-option-is-turned-off-for-net-4-5-executables/)**

Add the DLL to your project ([how to add dll in VS](https://www.c-sharpcorner.com/UploadFile/1e050f/creating-and-using-dll-class-library-in-C-Sharp/)) and type this:
```C#
using NN;
using static NN.NeuralNetwork;
```
---

Expand Down

0 comments on commit 43112ea

Please sign in to comment.