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
This commit is contained in:
Christian Oliff
2017-05-31 10:24:24 -07:00
committed by Facebook Github Bot
parent 976ecc6816
commit ac885626b3

View File

@@ -39,7 +39,7 @@ For the main C implementation of Yoga clang-format is used to ensure a consisten
## Benchmarks ## 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. 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 Installing through NPM
```sh ```sh
npm install yoga-layout npm install yoga-layout