Skip to content

Commit

Permalink
typo fixes (#111)
Browse files Browse the repository at this point in the history
* fixed radio_beam package name

* fixed readme typo
  • Loading branch information
marxide authored Feb 18, 2020
1 parent 1ab6fea commit 79adbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip install -r requirements.txt
## Current Scripts
As part of the installation the following scripts are made available in your path:
* **find\_sources.py** - A tool to swiftly search VAST Pilot data at chosen coordaintes (also supports RACS if available).
* **find\_sources.py** - A tool to swiftly search VAST Pilot data at chosen coordinates (also supports RACS if available).
- See [FINDSOURCES.md](FINDSOURCES.md) for full instructions.
* **get\_vast\_pilot\_dbx.py** - A script to allow simpler downloading of the VAST Pilot survey from Dropbox.
- See [VASTDROPBOX.md](VASTDROPBOX.md) for full instructions.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ matplotlib<=3.1.2
colorlog<=4.0.2
dropbox<=9.4.0
tables<=3.6.1
radiobeam>=0.3.1,<0.4
radio_beam>=0.3.1,<0.4

0 comments on commit 79adbb2

Please sign in to comment.