edit headings for Usage Examples in README

This commit is contained in:
sarawarnock
2021-02-26 13:59:09 -07:00
parent b878664a8a
commit effdfd9b40

View File

@@ -140,7 +140,9 @@ ___
<a name="usage_example"></a>
## Usage Example - Folder Model
## Usage Example
#### Folder Model
```typescript
/**
@@ -180,7 +182,7 @@ try {
}
```
## Usage Example - Buffer Model
#### Buffer Model
```typescript