Skip to content

Commit

Permalink
Removed unused file, updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjulmar committed Nov 21, 2024
1 parent 401db21 commit d345e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ In the case of 1 & 2, you have the option to edit the metadata. The app pulls ou

### Restrictions

The Blazor app has a file size limit of 1Gb for the Word .docx file. This is captured in a variable in the [ArticleOrModuleRef.cs](https://github.com/markjulmar/ConvertLearnToDoc/blob/main/Blazor/ConvertLearnToDoc/Shared/ArticleOrModuleRef.cs):
The Blazor app has a file size limit of 1Gb for the Word `.docx` file. This is captured in a variable in the [ArticleOrModuleRef.cs](./lib/ConvertLearnToDoc.Shared//ArticleOrModuleRef.cs):

```csharp
private const int MAX_FILE_SIZE = 1024 * 1024 * 1024; // 1gb max size
Expand Down
57 changes: 0 additions & 57 deletions lib/ConvertLearnToDoc.Shared/ContentRef.cs

This file was deleted.

0 comments on commit d345e95

Please sign in to comment.