Skip to content

Commit 0eb9c6f

Browse files
Minor Readme Changes
1 parent afd8519 commit 0eb9c6f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

33
**./readme.md**
4-
* Size comparison table.
5-
* Renamed 'Project' column to 'Build'
4+
* Changes to the 'reason' paragraph:
5+
* "scripting" to "code"
6+
* "prototype build I used" to "original"
7+
* Removed "work with"
8+
* Removed "In preparation"
9+
* Changes to disclaimer:
10+
* Changed "an employee" to "a then-employee"
11+
* Removed "The emulator [...] their products."
12+
* Changed "ownership regarding" to "ownership of"
13+
* Removed "solely" from "solely your responsibility"

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is a Node JS program I wrote which is used to simulate a prototype build of the FOX Controller, which I helped develop throughout 2018 and wrote a [unit testing script](https://github.com/tjohnston-softdev/fox-controller-app-tests) for.
33

44

5-
The reason I wrote a separate emulator is because the prototype build I used was bloated with too many non-essential libraries and scripting. It was difficult to work with, navigate, and understand. In preparation for the public release of my test script, I decided to reverse-engineer the build and write a stripped-down version that is designed for the unit tests with as little overhead as possible.
5+
The reason I wrote a separate emulator is because the original was bloated with too many non-essential libraries and code. It was difficult to navigate, and understand. For the public release of my test script, I decided to reverse-engineer the build and write a stripped-down version that is designed for the unit tests with as little overhead as possible.
66

77
---
88

@@ -30,8 +30,8 @@ The reason I wrote a separate emulator is because the prototype build I used was
3030
## Disclaimer
3131
This project is licensed under [MIT](https://opensource.org/licenses/MIT). It is only intended to be used with the [test script](https://github.com/tjohnston-softdev/fox-controller-app-tests) I wrote for the FOX Controller but you are free to use this as a basis for your own projects.
3232

33-
This project is the result of reverse-engineering a prototype build of the FOX Controller dated approximately 29 November 2018. All of the code written here is original unless strictly necessary to comply with unit tests. A local copy of the build was kept and used with permission from Optim Controls as an employee. The emulator was written so that it can be used alongside the unit testing script without causing any potential copyright concerns regarding Optim Controls and their products.
33+
This project is the result of reverse-engineering a prototype build of the FOX Controller dated approximately 29 November 2018. All of the code written here is original unless strictly necessary to comply with unit tests. A local copy of the build was kept and used with permission from Optim Controls as a then-employee.
3434

35-
I only claim copyright for the unit testing script and the emulator. I do not take any ownership regarding the FOX Controller or Optim Controls as a company. The usage and sharing of this repository does not imply endorsement from Optim Controls and how you use this software is solely your responsibility.
35+
I only claim copyright for the unit testing script and the emulator. I do not take any ownership of the FOX Controller or Optim Controls as a company. The usage and sharing of this repository does not imply endorsement from Optim Controls and how you use this software is your responsibility.
3636

3737

0 commit comments

Comments
 (0)