Skip to content

Commit 865fd0e

Browse files
committed
Improve README
1 parent 651a4c9 commit 865fd0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ If the destination table already exists, then **csv2sql** assumes that it contai
4343

4444
## Installation
4545

46-
1. Verify that you have [**Ruby**](https://www.ruby-lang.org/) 1.9.3 (released October 2011) or later installed:
46+
1. Verify that you have [Ruby](https://www.ruby-lang.org/) 1.9.3 (released October 2011) or later installed:
4747

4848
ruby --version
4949

5050
Earlier versions may also work, but are untested.
5151

52-
2. Verify that you have [**SQlite**](https://sqlite.org/) 3.6.16 or later installed:
52+
2. Verify that you have [SQlite](https://sqlite.org/) 3.6.16 or later installed:
5353

5454
sqlite3 -version
5555

56-
3. Verify that you have the [**sqlite3**](https://github.com/sparklemotion/sqlite3-ruby) Ruby module installed. For example, if you're using [RubyGems](https://rubygems.org/):
56+
3. Verify that you have the [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) Ruby module installed. For example, if you're using [RubyGems](https://rubygems.org/):
5757

5858
gem list sqlite3
5959

0 commit comments

Comments
 (0)