summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-16 13:42:59 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-16 13:42:59 -0500
commit5a343e984ce82f98e27dcfee8aa2066958a8bf10 (patch)
tree731596779a973913df0b61b8ae80dbdd52dfd226
parent3d5a69a191906dfe349e679e3586f60805427b02 (diff)
downloadbasilisk-5a343e984ce82f98e27dcfee8aa2066958a8bf10.tar.gz
Update readme
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index cc755b1..0a8fc4a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Pale Moon web browser
-This is the source code for the Pale Moon web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is
+This is the source code for the Basilisk web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is
laid out in a "comm-central" style configuration where only the code specific to Pale Moon is kept in this repository.
The shared Unified XUL Platform source code is referenced here as a git submodule contained in the `platform/` directory and is required to build the application.
@@ -10,7 +10,5 @@ The shared Unified XUL Platform source code is referenced here as a git submodul
## Resources
- * [Build Pale Moon for Windows](https://forum.palemoon.org/viewtopic.php?f=19&t=13556)
- * [Build Pale Moon for Linux](https://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux)
- * [Pale Moon home page](http://www.palemoon.org/)
+ * [Basilisk home page](http://www.basilisk-browser.org/)
* [Code of Conduct, Contributing, and UXP Coding style](https://github.com/MoonchildProductions/UXP/tree/master/docs)