Skip to content

Commit 5850338

Browse files
authored
Update getting-started.md
1 parent 2cca587 commit 5850338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The easiest way to make an Excel-DNA addin is to create to follow these simple s
6161

6262
```fsharp
6363
module MyFunctions =
64-
open Excel.Integration
64+
open ExcelDna.Integration
6565

6666
[<ExcelFunction(Description = "My first .NET function")>]
6767
let SayHello name = "Hello " + name

0 commit comments

Comments
 (0)