From 637bb194c24a231e3e41d78d7f147e2f08551b56 Mon Sep 17 00:00:00 2001 From: chenxiaoqino Date: Thu, 7 Jan 2016 22:26:46 -0500 Subject: [PATCH] Update README.md fix typo! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa26626479..764ec14288 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Note that you have to clone this project with `--recursive` option, as the core ## Windows support -We plan to provide a Windows nstaller in the near future. +We plan to provide a Windows installer in the near future. # Licensing @@ -121,7 +121,7 @@ The [OCaml](./ocaml) directory is the official OCaml compiler (version 4.02.3). The `ocamlscript` backend relies on a patch [(js.diff)](./js.diff) to the OCaml compiler. This project reused and adapted parts of [js_of_ocaml](https://github.com/ocsigen/js_of_ocaml): -* Some small printing utilties in [pretty printer](./jscomp/js_dump.ml). +* Some small printing utilities in [pretty printer](./jscomp/js_dump.ml). * Part of the [Javascript runtime](./jscomp/runtime) support It adapted two modules [Lam_pass_exits](jscomp/lam_pass_exits.ml) and @@ -219,7 +219,7 @@ Code Size: ## Status -While most of the OCaml language is covered, because this project is still young there is plenmty of work left to be done. +While most of the OCaml language is covered, because this project is still young there is plenty of work left to be done. Some known issues are listed as below: