From e2e67ed181ff1777e555f243cc5dba04dae31a79 Mon Sep 17 00:00:00 2001 From: Nick Ooms Date: Sat, 28 Sep 2019 14:44:01 +0200 Subject: [PATCH] Added "in" to make the sentence more readable (#1554) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eef018..2a28e90 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ React Table v7 is still under active development, and its API is still changing, #### Should I use v7@beta in production? -You can use it production as long as you lock in the beta version in your package.json and also accept that there may be unlikely, but possible bug fixes and/or API changes before it's official release. +You can use it in production as long as you lock in the beta version in your package.json and also accept that there may be unlikely, but possible bug fixes and/or API changes before it's official release. #### I'm still using v6, what should I do?