Skip to content

Commit

Permalink
Replace '<code>sqlite</code>' with 'SQLite'
Browse files Browse the repository at this point in the history
The project refers to itself as "SQLite" [1], and none of these
references are suggesting command-line invocation.

[1]: http://www.sqlite.org/
  • Loading branch information
wking committed Apr 14, 2015
1 parent d275c0c commit 641b3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* *What is the "Windows installer"?*

We have built a small installation helper for Windows
that installs nano and `sqlite`, adds R to the path, and so on.
that installs nano and SQLite, adds R to the path, and so on.
It is maintained in
[https://github.com/swcarpentry/windows-installer](https://github.com/swcarpentry/windows-installer),
which also has an up-to-date description of what it actually does.
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,20 +609,20 @@ <h3>SQLite</h3>
<h4 id="sql-windows">Windows</h4>
<p>
The <a href="{{site.swc_github}}/windows-installer">Software Carpentry
Windows Installer</a> installs <code>sqlite3</code> for Windows. If
Windows Installer</a> installs SQLite for Windows. If
you used the installer to configure nano, you don't need to run it again.
</p>
</div>
<div class="col-md-4">
<h4 id="sql-macosx">Mac OS X</h4>
<p>
<code>sqlite3</code> comes pre-installed on Mac OS X.
SQLite comes pre-installed on Mac OS X.
</p>
</div>
<div class="col-md-4">
<h4 id="sql-linux">Linux</h4>
<p>
<code>sqlite3</code> comes pre-installed on Linux.
SQLite comes pre-installed on Linux.
</p>
</div>
</div>
Expand Down

0 comments on commit 641b3f9

Please sign in to comment.