Skip to content

Commit

Permalink
README.md: fix build notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcort committed Jul 19, 2016
1 parent 068de13 commit ca667de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ The project is currently in its infancy. It should not be used in production unt

```
$ ./autogen
$ ./make
$ ./configure
$ make
# sudo make install
# service mysql-server restart
$ make installdb
Expand Down Expand Up @@ -97,7 +98,7 @@ A string representation of the package name and version, separated by a single s

#### Errors

* **Invalid Arguments** Raised when the function is called with arguments.
* **invalid arguments** Raised when the function is called with arguments.

#### Example

Expand Down

0 comments on commit ca667de

Please sign in to comment.