Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
042a59a917
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -254,7 +254,7 @@ mux.Get("/config", servtools.ConfigVars(&consts.Config))
 
 
 ## utils/pagination
 ## utils/pagination
 
 
-Pagination helper for build SQL request and HTML template
+Pagination helper for build SQL query and HTML template
 
 
 ```go
 ```go
 func New(currentPage, resultsCount, resultsPerPage int64) *Data
 func New(currentPage, resultsCount, resultsPerPage int64) *Data