Skip to content

Commit 7f67446

Browse files
authored
Update README.md
1 parent c653018 commit 7f67446

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,24 @@ $results = $stmt->fetchAll();
101101
```
102102

103103
## Further Examples / Stuff for Testing
104+
104105
You want to see further examples for using the database class or you just want to play around with it a little bit?
105106

106107
- You can find further examples in the file [`example/example.php`](https://github.com/jr-cologne/db-class/blob/master/example/example.php).
107108
- To play around with the database class, you can use the database provided in the file [`example/db-class-example.sql`](https://github.com/jr-cologne/db-class/blob/master/example/db-class-example.sql). Just import it in your database client and you are ready to start!
108109

109110
## Contributing
111+
110112
Feel free to contribute to this project! It would be awesome for me if somebody contributes to it.
111113

112114
So don't be shy and start coding! If you want to make sure that I like your idea, you can contact me by an Issue.
113115

114116
But if you decide to contribute to this project, keep in mind that finally, it is my choice to merge your Pull Request or not, so also be prepared for a negative decision.
115117

118+
## Versioning
119+
120+
This project is using the rules of semantic versioning (since version 2). For more information, visit [semver.org](http://semver.org/).
121+
116122
## License
123+
117124
This project is licensed under the [MIT License](https://github.com/jr-cologne/db-class/blob/master/LICENSE).

0 commit comments

Comments
 (0)