From ee4c425c85855bb90331baca8ed7e7b1a62090fa Mon Sep 17 00:00:00 2001 From: Sylvain Lafay Date: Tue, 6 Jun 2023 16:04:10 +0200 Subject: [PATCH] fix: typo --- README.md | 4 ++-- index.html | 2 +- src/App.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3eac062..207ed42 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # geostyler-converter-demo -The converter demo is a simple interface showing two code editors side by side and allowing conversions from one style format (SLD, QML, Mapbox Syle...) to another using Geostyler style parsers. +The converter demo is a simple interface showing two code editors side by side and allowing conversions from one style format (SLD, QML, Mapbox Syle...) to another using GeoStyler style parsers. -For a more complete demo of Geostyler's capabilities, see [geostyler/geostyler-demo](https://github.com/geostyler/geostyler-demo). +For a more complete demo of GeoStyler's capabilities, see [geostyler/geostyler-demo](https://github.com/geostyler/geostyler-demo). ## Documentation diff --git a/index.html b/index.html index befd6c3..0b371c6 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Geostyler Converter Demo + GeoStyler Converter Demo
diff --git a/src/App.tsx b/src/App.tsx index d90b7d7..bfbecc7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -96,10 +96,10 @@ function App() {

logo - Geostyler Converter Demo + GeoStyler Converter Demo

- Geostyler demo + Full GeoStyler Demo