Skip to content

Commit e57e180

Browse files
author
reed
committed
Merge branch 'master' of github.com:1manprojects/one_Sgp4
2 parents 78feddd + 8d51296 commit e57e180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install-Package One_Sgp4
3131
```
3232

3333
### Manually
34-
Download the latest dll file [here](https://github.com/1manprojects/one_Sgp4/releases) and import it into youre project.
34+
Download the latest dll file [here](https://github.com/1manprojects/one_Sgp4/releases) and import it into your project.
3535

3636
## Usage
3737
A more complete Example can be found in the [OneSGP4_Example Project](https://github.com/1manprojects/one_Sgp4/blob/master/OneSGP4_Example/Program.cs).
@@ -83,7 +83,7 @@ Sgp4Data satellitePos = getSatPositionAtTime(satellite, epoch, wgs);
8383

8484
### Other Functions
8585

86-
Furthermore it is possible to calculate if a satellite will be visible from the ground at a certain location and time. For this one has to set a location of the observer on earth.
86+
Furthermore, it is possible to calculate if a satellite will be visible from the ground at a certain location and time. For this one has to set a location of the observer on earth.
8787

8888
Coordinate of an observer on Ground latitude, longitude, height(in meters)
8989
```

0 commit comments

Comments
 (0)