Skip to content

Commit 17504fd

Browse files
committed
fix: Remove TypeScript code block formatting from README sections
1 parent 3b56fef commit 17504fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the
7070

7171
### Sites
7272

73-
```ts
73+
```
7474
sites - list; // List all sites
7575
sites - get; // Get site details
7676
sites - publish; // Publish site changes
7777
```
7878

7979
### Pages
8080

81-
```ts
81+
```
8282
pages - list; // List all pages
8383
pages - get - metadata; // Get page metadata
8484
pages - update - page - settings; // Update page settings
@@ -88,7 +88,7 @@ pages - update - static - content; // Update page content
8888

8989
### CMS
9090

91-
```ts
91+
```
9292
collections - list; // List collections
9393
collections - get; // Get collection details
9494
collections - create; // Create a collection

0 commit comments

Comments
 (0)