Skip to content

Commit aab12dd

Browse files
authored
Update installation.md
1 parent 5fc966b commit aab12dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/home/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ description: "Install instructions for the VBA CSV interface class."
1111

1212
---
1313

14-
For use the lasted release into your VBA code you must to download the provides `.zip` archive. Once downloaded, import the `CSVinterface.cls` file from the VBA IDE.
14+
In order to use the latest release of the CSVinterface class within your VBA code, you must to download the provides `.zip` archive. Once downloaded, import the `CSVinterface.cls` file from the VBA IDE.
1515

1616
>⚠️**Caution**
1717
>{: .text-grey-lt-000 .bg-green-000 }
18-
>Do not use copy and paste the content from the `.cls` file to your project. The class file contains certain information the VBA-IDE needs to parse to ensure the `CSVinterface.cls` works properly.
18+
>Do not copy and paste content from the `.cls` file to your project. The class file contains certain information the VBA-IDE needs to parse to ensure the `CSVinterface.cls` module works properly.
1919
{: .text-grey-dk-300 .bg-yellow-000 }
2020

2121
[Download now](https://github.com/ws-garcia/VBA-CSV-interface/releases/latest/){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/ws-garcia/VBA-CSV-interface){: .btn .fs-4 .mb-4 .mb-md-0 }

0 commit comments

Comments
 (0)