Updated readme
This commit is contained in:
parent
35f7651c35
commit
9f31b82e06
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,15 @@ For his great book ["Learn C the hard way"](http://c.learncodethehardway.org/boo
|
|||
|
||||
For his awesome debug macros (The `dbg.h` file).
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork it
|
||||
2. Create a feature branch with a meaningful name (`git checkout -b my-new-feature`)
|
||||
3. Add yourself to the CONTRIBUTORS file
|
||||
4. Commit your changes (`git commit -am 'Add some feature'`)
|
||||
5. Push to your branch (`git push origin my-new-feature`)
|
||||
6. Create a new pull request
|
||||
|
||||
## Useful Stuff
|
||||
|
||||
I wrote one function in this library which could be more useful for many people than the library: the **char \*getFilename(const char \*input)** function, which returns the filename of a path to a file.
|
||||
|
|
Reference in a new issue