diff --git a/README.md b/README.md index c35e801..138f0f5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Symphony is a MATLAB based data acquisition system for electrophysiologists. It ## Clone -`git clone https://github.com/Symphony-DAS/symphony-matlab2.git --recursive` +`git clone https://github.com/Symphony-DAS/symphony-matlab.git --recursive` **Note:** You must use the `--recursive` option to recursively clone all submodules. @@ -16,7 +16,7 @@ Matlab functions in the root directory are used to build the project. The script - `package`: package the project into a .mlappinstall file - `install`: install the packaged product into Matlab -Similar to the [Maven Build Lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html), each phase will execute all phases before it (i.e. running `install` will execute `test`, `package`, `install`). In addition there is a `site` script to generate the project's documentation from the [wiki](https://github.com/Symphony-DAS/symphony-matlab2/wiki). +Similar to the [Maven Build Lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html), each phase will execute all phases before it (i.e. running `install` will execute `test`, `package`, `install`). In addition there is a `site` script to generate the project's documentation from the [wiki](https://github.com/Symphony-DAS/symphony-matlab/wiki). ## Directory Structure diff --git a/src/main/matlab/+symphonyui/+app/App.m b/src/main/matlab/+symphonyui/+app/App.m index 19c88c4..148780a 100644 --- a/src/main/matlab/+symphonyui/+app/App.m +++ b/src/main/matlab/+symphonyui/+app/App.m @@ -19,7 +19,7 @@ end function r = repo() - r = 'symphony-matlab2'; + r = 'symphony-matlab'; end function u = documentationUrl()