From b6bcde40ea7758ff65ed6be0a18308308f1f9e9d Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 5 Apr 2021 15:50:44 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a3402..4c39847 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ At a basic level, a Box Skill follows the following steps. 1. Your server (using the Box Skills kit) processes the webhook's event payload 1. Your server downloads the file, or passes a reference to the file to your machine learning provider 1. Your machine learning provider processes the file and provides some data to your server -1. Your server (using the Box Skills kit) writes rick metadata to the file on Box +1. Your server (using the Box Skills kit) writes rich metadata to the file on Box 1. Your users will now have new metadata available to them in the Box web app, including while searching for files. ## What is this toolkit for?