From 7124ef9f8cb2e8dbea485ba4b60774a184b1b350 Mon Sep 17 00:00:00 2001 From: Stephen Demjanenko Date: Thu, 2 Apr 2020 14:06:18 -0700 Subject: [PATCH] Fix typo in Readme --- 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?