Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gszep authored Sep 24, 2021
1 parent bddb81b commit d6970d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Once inside a julia shell, type `]` to enter the package manager and then type `
## Basic Usage
> :warning: **FCS files under a workspace must have unique names**. This limitation will be removed in future versions
Open a julia shell in the directory that contains your workspace file and import Flow Altas using `using FlowAtlas`. The `FlowAtlas.run` method runs the web application in your default broswer. To launch the web application use the `run` method
Open a julia shell in the directory that contains your workspace and all FCS files (not in sub-folders) and import Flow Altas using `using FlowAtlas`. The `FlowAtlas.run` method runs the web application in your default broswer. To launch the web application use the `run` method
```julia
using FlowAtlas
FlowAtlas.run( "workspace.wsp"; files="workspace/*.fcs")
FlowAtlas.run("name_of_my_workspace.wsp")
```
### Keyword Arguments

0 comments on commit d6970d6

Please sign in to comment.