From 1c644cd010bbe3cb6eeb55adf6a0567cb026f5a4 Mon Sep 17 00:00:00 2001 From: Joonas Tiala Date: Sun, 3 Mar 2019 14:36:10 +0200 Subject: [PATCH] Fixed a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d3e5d..d92078f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To use Reagent in an existing project you add this to your dependencies in `proj [![Clojars Project](http://clojars.org/reagent/latest-version.svg)](http://clojars.org/reagent)
[![CircleCI](https://circleci.com/gh/reagent-project/reagent.svg?style=svg)](https://circleci.com/gh/reagent-project/reagent) -This is all you need to do if you want the standard version of React. If you want to use your own build of React (or React from a CDN), you have to use `:exclusions` variant of the dependency, and also provide `react` and `react-dom` namespaces (by creating `.cljs` files with just `ns` form, or by adding your own `:foregn-libs` entries). +This is all you need to do if you want the standard version of React. If you want to use your own build of React (or React from a CDN), you have to use `:exclusions` variant of the dependency, and also provide `react` and `react-dom` namespaces (by creating `.cljs` files with just `ns` form, or by adding your own `:foreign-libs` entries). [reagent "0.x.x" :exclusions [cljsjs/react cljsjs/react-dom]]