Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 3064c4b

Browse files
committed
Revert "correct example path in Reverse section"
This reverts commit da320e3.
1 parent da320e3 commit 3064c4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# xorm tools
55

6-
xorm tools is a set of tools for database operation.
6+
xorm tools is a set of tools for database operation.
77

88
## Source Install
99

@@ -19,7 +19,7 @@ and you should install the depends below:
1919

2020
* Postgres: [github.com/lib/pq](https://github.com/lib/pq)
2121

22-
* SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
22+
* SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
2323

2424
* MSSQL: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
2525

@@ -37,15 +37,15 @@ All the commands below.
3737

3838
## Reverse
3939

40-
Reverse command is a tool to convert your database struct to all kinds languages of structs or classes. After you installed the tool, you can type
40+
Reverse command is a tool to convert your database struct to all kinds languages of structs or classes. After you installed the tool, you can type
4141

4242
`xorm help reverse`
4343

4444
to get help
4545

4646
example:
4747

48-
`cd $GOPATH/src/github.com/go-xorm/cmd/xorm`
48+
`cd $GOPATH/github.com/go-xorm/cmd/xorm`
4949

5050
sqlite:
5151
`xorm reverse sqite3 test.db templates/goxorm`

0 commit comments

Comments
 (0)