From 6eeae1f900b6dda22dc4f8a350a75f828a1869da Mon Sep 17 00:00:00 2001 From: David Stotijn Date: Sat, 15 May 2021 18:10:56 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b73b3..7719f64 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Go client for the [Notion API](https://developers.notion.com/reference). - [x] [Retrieve a page](client.go) - [x] [Create a page](client.go) -- [ ] Update page properties +- [x] [Update page properties](client.go) ### Blocks