Skip to content

Commit

Permalink
Merge pull request #25 from geostyler/name-typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
pprev94 authored Jun 18, 2024
2 parents b3a02c9 + ee4c425 commit 55dfc36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Geostyler Converter Demo</title>
<title>GeoStyler Converter Demo</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ function App() {
<header className="gs-header">
<h1 className="app-title">
<img className="logo" src={logo} alt="logo" />
<span>Geostyler Converter Demo</span>
<span>GeoStyler Converter Demo</span>
</h1>
<a href="https://geostyler.github.io/geostyler-demo" target="_blank">
Geostyler demo
Full GeoStyler Demo
</a>
</header>

Expand Down

0 comments on commit 55dfc36

Please sign in to comment.