Skip to content

Commit 6c5e456

Browse files
authored
Update README.md
1 parent 5d6de41 commit 6c5e456

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
# The F# Type Provider SDK
22

3-
The F# Type Provider SDK is two things:
4-
5-
1. The ``ProvidedTypes.fs`` API files you need to author type providers
6-
7-
2. [Documentation and samples on type provider creation](https://fsprojects.github.io/FSharp.TypeProviders.SDK)
8-
9-
[![Build and Test and Publish](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml/badge.svg)](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml)
3+
The F# Type Provider SDK contains the ``ProvidedTypes.fs`` API files you need to author type providers
104

115
## Getting Started
126

13-
See [the documentation](https://fsprojects.github.io/FSharp.TypeProviders.SDK).
14-
15-
## Support and community
7+
See [Documentation and samples on type provider creation](https://fsprojects.github.io/FSharp.TypeProviders.SDK)
168

17-
- If you have a question about `FSharp`, ask at StackOverflow and [mark your question with the `f#` tag](https://stackoverflow.com/questions/tagged/f%23).
18-
- If you want to submit a bug, a feature request or help with fixing bugs then look at [issues](https://github.com/fsprojects/FSharp.TypeProviders.SDK/issues).
19-
209
## Building
2110

11+
[![Build and Test and Publish](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml/badge.svg)](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml)
12+
2213
Use
2314

2415
```shell
@@ -31,13 +22,6 @@ or
3122
build.cmd RunTests
3223
```
3324

34-
## Library license
35-
36-
The library is available under the MIT License. For more information see the [License file][1] in the GitHub repository.
37-
38-
[1]: https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/master/LICENSE.md
39-
40-
4125
## Maintainer(s)
4226

4327
- [@dsyme](https://github.com/dsyme)

0 commit comments

Comments
 (0)