Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnesarco committed Apr 6, 2020
1 parent 98fb9f8 commit 854e851
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Marz Guitar Design Workbenck
# Marz Guitar Design Workbench

## What is Marz Guitar Design Workbenck
## What is Marz Guitar Design Workbench

This is a custom FreeCAD Workbench for Electric Guitar/Bass Parametric Design. It allows you to create Fretboards,
Necks, Nuts, ... based on a common set of parameters.

![Workbenck](https://github.com/mnesarco/MarzWorkbench/blob/master/docs/images/anim.gif)
![Workbench](https://github.com/mnesarco/MarzWorkbench/blob/master/docs/images/anim.gif)

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/marz_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import time
from marz_threading import RunInUIThread

MARZ_VERSION = "0.0.5-alpha"
MARZ_VERSION = "0.0.6-alpha"
MARZ_WINDOW_LABEL = f"FreeCAD :: Marz Workbench {MARZ_VERSION}"
MARZ_REPOSITORY = "https://github.com/mnesarco/MarzWorkbench/"

Expand Down
2 changes: 1 addition & 1 deletion src/marz_widget_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def initUI(self):
content.setTextInteractionFlags(QtCore.Qt.TextBrowserInteraction)
content.setOpenExternalLinks(True)
content.setText(f"""<p>
A FreeCAD Workbenck for Guitar design. Version {ui.MARZ_VERSION}
A FreeCAD Workbench for Guitar design. Version {ui.MARZ_VERSION}
<br/><a href="https://github.com/mnesarco/MarzWorkbench/" style="color: #0088AA;">https://github.com/mnesarco/MarzWorkbench</a>
<br/>Author: {__author__}
<br/>{__copyright__}
Expand Down

0 comments on commit 854e851

Please sign in to comment.