Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Getting ready to roll out v1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Jul 9, 2015
1 parent 06e2f3b commit 342d165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.IMG
*.img
*.dsk
*.img
*.heapsnapshot
.DS_Store
.buildpath
Expand Down
4 changes: 2 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"sub": true,
"globalstrict": true,
"globals": {
"Buffer": true,
"console": true,
"global": true,
"module": true,
"process": true,
"require": true,
"Buffer": true,
"setTimeout": true,
"__dirname": false,
"__filename": false
}
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PCjs: The Original IBM PC in Your Browser
---

Welcome to [pcjs.org](http://www.pcjs.org/) and [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your
web browser without any plugins. It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is
now part of the [PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes:
Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins.
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is now part of the
[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes:

* [PCjs](/docs/about/pcjs/), a simulation of the original IBM PC (circa 1981)
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978)
Expand Down

0 comments on commit 342d165

Please sign in to comment.