From a8bdf0f4bdcb09ca4c3bf0318a41070f6cb807e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 10 Jun 2020 10:33:11 +0300 Subject: [PATCH] Update Blob-Storing-File-System.md --- docs/en/Blob-Storing-File-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Blob-Storing-File-System.md b/docs/en/Blob-Storing-File-System.md index 10fbdcf8b1..83102ffa05 100644 --- a/docs/en/Blob-Storing-File-System.md +++ b/docs/en/Blob-Storing-File-System.md @@ -12,7 +12,7 @@ Use the ABP CLI to add [Volo.Abp.BlobStoring.FileSystem](https://www.nuget.org/p * Open a command line (terminal) in the directory of the `.csproj` file you want to add the `Volo.Abp.BlobStoring.FileSystem` package. * Run `abp add-package Volo.Abp.BlobStoring.FileSystem` command. -If you want to do it manually, install the [Volo.Abp.BlobStoring](https://www.nuget.org/packages/Volo.Abp.BlobStoring) NuGet package to your project and add `[DependsOn(typeof(AbpBlobStoringModule))]` to the [ABP module](Module-Development-Basics.md) class inside your project. +If you want to do it manually, install the [Volo.Abp.BlobStoring.FileSystem](https://www.nuget.org/packages/Volo.Abp.BlobStoring.FileSystem) NuGet package to your project and add `[DependsOn(typeof(AbpBlobStoringFileSystemModule))]` to the [ABP module](Module-Development-Basics.md) class inside your project. ## Configuration