From d6be45e4a1d58afa2db488bb88eef92373ba8d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Tue, 25 Aug 2020 22:27:25 +0000 Subject: [PATCH] Typos [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6300155..63cdf86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # GlobalSearchRegressionGUI [![Build Status](https://travis-ci.org/ParallelGSReg/GlobalSearchRegressionGUI.jl.svg?branch=master)](https://travis-ci.org/ParallelGSReg/GlobalSearchRegressionGUI.jl) -> GlobalSearchRegressionGUI is the graphic user interface of [GlobalSearchRegression](https://github.com/ParallelGSReg/GlobalSearchRegression.jl), an automatic model selection julia package for time series, cross-section and panel data regressions which performs all-subset regressions under an efficient parallel computing environement. +> GlobalSearchRegressionGUI is the graphic user interface of [GlobalSearchRegression](https://github.com/ParallelGSReg/GlobalSearchRegression.jl), an automatic model selection julia package for time series, cross-section and panel data regressions which performs all-subset regressions under an efficient parallel computing environment. ## Intallation ``` julia @@ -15,7 +15,7 @@ gui() ## Build Setup ``` bash -# install depedencies +# install dependencies npm install # serve with hot reload at localhost:8080