Browse Source

Update docs/en/PlugIn-Modules.md

Co-authored-by: Halil İbrahim Kalkan <hi_kalkan@yahoo.com>
pull/16840/head
Hamza Albreem 3 years ago
committed by GitHub
parent
commit
84d6983271
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/PlugIn-Modules.md

2
docs/en/PlugIn-Modules.md

@ -61,7 +61,7 @@ Create a simple **Class Library Project** in a solution:
![simple-plugin-library](images/simple-plugin-library.png)
You can the add ABP Framework packages that you need to use in the module. At least, you should add the `Volo.Abp.Core` package to the project, Execute the following command in the folder of the .csproj file that you want to install the package on:
You can add the ABP Framework packages that you need to use in the module. At least, you should add the `Volo.Abp.Core` package to the project, Execute the following command in the folder of the .csproj file that you want to install the package on:
````bash
abp add-package Volo.Abp.Core

Loading…
Cancel
Save