Skip to content

Commit f4d7a47

Browse files
05.23 Update CSharp(C#) references.
1 parent 4c01e89 commit f4d7a47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Fn is an event-driven, open source, [Functions-as-a-Service (FaaS)](https://gith
2525
* [Function Debugging](fn/troubleshoot/debug-loglevel.md)
2626
* [FAQ](fn/general/faq.md)
2727
* Using Fn with Other Languages
28-
* [Using Fn with C# (Community Supported)](https://fnproject.io/tutorials/csharp/intro/)
28+
* [Using Fn with C#](https://fnproject.io/tutorials/csharp/intro/)
2929
* [Using Fn with Go](https://fnproject.io/tutorials/Introduction/)
3030
* [Using Fn with Ruby](https://fnproject.io/tutorials/ruby/intro/)
3131
* Exploring Fn

fn/develop/fdks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Using the `fn init` CLI command will produce a boilerplate function along with t
77
The Fn team has chosen a set of FDKs to initially support, while other FDKs will be labeled as "experimental".
88

99
## Officially Supported FDKs
10-
10+
11+
* [C#](https://fnproject.io/tutorials/csharp/intro/)
1112
* [Go](https://github.com/fnproject/docs/tree/master/fdks/fdk-go)
1213
* [Java](https://github.com/fnproject/docs/blob/master/fdks/fdk-java/README.md)
1314
* [Python](https://github.com/fnproject/docs/blob/master/fdks/fdk-python/README.md)

0 commit comments

Comments
 (0)