From ac885626b3a1711dc0023e91350ecbba4964d446 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 31 May 2017 10:24:24 -0700 Subject: [PATCH] Correct capitalization of JavaScript Summary: Correct capitalization of JavaScript Closes https://github.com/facebook/yoga/pull/569 Differential Revision: D5155524 Pulled By: emilsjolander fbshipit-source-id: 48d9a28a61bb96af42241aa2ed6ac3d070adeaf9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9fe8587..4c80d5d1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For the main C implementation of Yoga clang-format is used to ensure a consisten ## Benchmarks Benchmarks are located in `benchmark/YGBenchmark.c` and can be run with `buck run //benchmark:benchmark`. If you think your change has affected performance please run this before and after your change to validate that nothing has regressed. Benchmarks are run on every commit in CI. -### Javascript +### JavaScript Installing through NPM ```sh npm install yoga-layout