Skip to content

Commit 7470065

Browse files
committed
main readme
1 parent 9648cf7 commit 7470065

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ Contributors:
2828
[Elsa Holmgren](https://github.com/ekh88),
2929
[Mckenzie Morris](https://github.com/mckenzie-morris),
3030
[Kelly Chandler](https://github.com/kchandler44),
31-
[Sean Simson](https://github.com/seantokuzo),
31+
[Sean Simpson](https://github.com/seantokuzo),
3232
[Zhongyan Liang](https://github.com/ZhongyanLiang)
3333

3434
</div>
3535
Updates:
36-
<li>TBD</li>
36+
<li>Created new and improved microservices application with updated syntax to better demonstrate Chronos' capabilities</li>
37+
<li>Dockerized microservices application to demonstrate Chronos within a containerized environment</li>
38+
<li>Added visulization of Chronos' codebase to illustrate overall structure</li>
39+
<li>Simplified installation and startup instructions in the root directory README file</li>
40+
<li>Improved documentation in chronos_npm_package README file for easier on-boarding </li>
3741

3842
<a href=''>Version 13.0 Medium Article</a>
3943

@@ -256,7 +260,7 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
256260

257261
1. From the root directory, run `npm install`
258262
2. Run `npm run build`
259-
3. Depends on the environment, run `npm audit fix` or `npm audit fix --force` if prompted
263+
3. For Windows users, run `npm audit fix` or `npm audit fix --force` if prompted
260264
4. Open a new terminal and run `npm run dev:app` to start the Webpack development server
261265
5. Open a new terminal and run `npm run dev:electron` to start the Electron UI in development mode.
262266
6. Refer to `Examples` sections below to spin up example applications.

contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[Elsa Holmgren](https://github.com/ekh88),
44
[Mckenzie Morris](https://github.com/mckenzie-morris),
55
[Kelly Chandler](https://github.com/kchandler44),
6-
[Sean Simson](https://github.com/seantokuzo),
6+
[Sean Simpson](https://github.com/seantokuzo),
77
[Zhongyan Liang](https://github.com/ZhongyanLiang),
88
[Tyler Coryell](https://github.com/Tcoryell),
99
[Edwin Leong](https://github.com/edwinlny),

0 commit comments

Comments
 (0)