Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: add syntax highlighting #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can read the documentation [here](http://godoc.org/github.com/kellydunn/gola

Import from github to get started!

```
```go
package main

import("github.com/kellydunn/golang-geo"
Expand Down Expand Up @@ -66,7 +66,7 @@ That being said, `geo.HandleWithSQL` is configured to connect to a SQL database
Here are some examples of valid config files that golang-geo knows how to process:

##### PostgreSQL
```
```yaml
development:
driver: postgres
openStr: user=username password=password dbname=points sslmode=disable
Expand All @@ -76,7 +76,7 @@ development:
```

##### MySQL
```
```yaml
development:
driver: mysql
openStr: points/username/password
Expand Down