Skip to content

Commit c510c99

Browse files
committed
docs: use <details> tag for troubleshooting section
1 parent 308105e commit c510c99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,13 @@ it('should insert item into table', async () => {
6767

6868
## Troubleshooting
6969

70-
### `UnknownError: Not Found`
70+
<details>
71+
<summary>`UnknownError: Not Found`</summary>
7172

7273
Perhaps something is using your port 8000.
7374

75+
</details>
76+
7477
## Read
7578

7679
- [dynamodb-local](https://github.com/rynop/dynamodb-local)

0 commit comments

Comments
 (0)