Skip to content

Commit 3b2548f

Browse files
committed
Update readme
1 parent 7c263d6 commit 3b2548f

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
@@ -29,7 +29,7 @@ Here is a list of things you should/might want to do after setting up a repo wit
2929
- in `build/ProjectInfo.fs`:
3030
- Set project name:
3131
```fsharp
32-
let project = "BioFSharp.XYZ"` // replace with the name of your project
32+
let project = "BioFSharp.XYZ" // replace with the name of your project
3333
```
3434
- Set git owner:
3535
```fsharp
@@ -42,7 +42,7 @@ Here is a list of things you should/might want to do after setting up a repo wit
4242
"tests/BioFSharp.XYZ.Tests/BioFSharp.XYZ.Tests.fsproj" // replace with the name of your test project
4343
]
4444
```
45-
- If needed, change the target framework of the project. it currently targets `.net8.0`, might want to target a newer version if you need a specific API, or `netstandard2.0` for increased backwards compatibility.
45+
- If needed, change the target framework of the project. it currently targets `.netstandard2.0` for maximum backwards compatibility, might want to target a newer `.net` version if you need a specific API.
4646
4747
## Build
4848

0 commit comments

Comments
 (0)