diff --git a/readme.md b/readme.md index 111ea0b..6964c93 100644 --- a/readme.md +++ b/readme.md @@ -34,12 +34,13 @@ Devvit.addCustomPostType({ }); ``` -| Component Name | Description | Links | -| ----------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | -| Columns | A component that provides a simple column layout and optionally allows you to specify gap sizing between elements | [Usage Instructions](./src/columns/readme.md) | -| Item pagination | A helper that enables pagination of data including UI elements for navigating through the elements | [Usage Instructions](./src/item-pagination/readme.md) | -| PixelPadding | A component that lets you set padding from any side using pixel values. | [Usage Instructions](./src/pixel-padding/readme.md) | -| Developer toolbar | Adds a toolbar of actions only visible to developers | [Usage Instructions](./src/dev-toolbar/readme.md) | +| Component Name | Description | Links | +|-------------------|------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| +| Columns | A component that provides a simple column layout and optionally allows you to specify gap sizing between elements | [Usage Instructions](./src/columns/readme.md) | +| Item pagination | A helper that enables pagination of data including UI elements for navigating through the elements | [Usage Instructions](./src/item-pagination/readme.md) | +| PixelPadding | A component that lets you set padding from any side using pixel values. | [Usage Instructions](./src/pixel-padding/readme.md) | +| Developer toolbar | Adds a toolbar of actions only visible to developers. | [Usage Instructions](./src/dev-toolbar/readme.md) | +| Watermark | Adds a Developer Platform watermark. | [Usage Instructions](./src/devvit-watermark/readme.md) | ## Contributing to the devvit-kit public repo