Skip to content

Commit aff6163

Browse files
authored
[Readme] Cleanup.
1 parent 653f32b commit aff6163

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ImageProcessing
22

3-
Simple image processing on GPGPU using [Brahma.FSharp](https://github.com/YaccConstructor/Brahma.FSharp).
3+
Simple image processing on GPGPU in F# using [Brahma.FSharp](https://github.com/YaccConstructor/Brahma.FSharp).
44

55
---
66

@@ -16,7 +16,7 @@ GitHub Actions |
1616

1717
Package | Stable | Prerelease
1818
--- | --- | ---
19-
ImageProcessing | [![NuGet Badge](https://buildstats.info/nuget/ImageProcessing)](https://www.nuget.org/packages/ImageProcessing/) | [![NuGet Badge](https://buildstats.info/nuget/ImageProcessing?includePreReleases=true)](https://www.nuget.org/packages/ImageProcessing/)
19+
ImageProcessing | |
2020

2121

2222
---
@@ -25,13 +25,8 @@ ImageProcessing | [![NuGet Badge](https://buildstats.info/nuget/ImageProcessing)
2525

2626
Make sure the following **requirements** are installed on your system:
2727

28-
- [dotnet SDK](https://www.microsoft.com/net/download/core) 3.0 or higher
29-
- [Mono](http://www.mono-project.com/) if you're on Linux or macOS.
30-
31-
or
32-
33-
- [VSCode Dev Container](https://code.visualstudio.com/docs/remote/containers)
34-
28+
- [dotnet SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) 7.0 or higher
29+
- OpenCL-compatible device with respective driver installed.
3530

3631
---
3732

@@ -47,4 +42,4 @@ $ ./build.sh <optional buildtarget>// on unix
4742

4843
### Build Targets
4944

50-
For details looc at [MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold), we use it in our project.
45+
For details look at [MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold), we use it in our project.

0 commit comments

Comments
 (0)