We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cca587 commit 5850338Copy full SHA for 5850338
docs/getting-started.md
@@ -61,7 +61,7 @@ The easiest way to make an Excel-DNA addin is to create to follow these simple s
61
62
```fsharp
63
module MyFunctions =
64
- open Excel.Integration
+ open ExcelDna.Integration
65
66
[<ExcelFunction(Description = "My first .NET function")>]
67
let SayHello name = "Hello " + name
0 commit comments