Skip to content

Commit e1ba54a

Browse files
committed
Better README.md
1 parent f6eb767 commit e1ba54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0x09-static_libraries/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[libholberton.a](https://github.com/Jenni-Foued/holbertonschool-low_level_programming/tree/master/0x09-static_libraries/libholberton.a) static library containing all the functions listed below
1111

12-
'''
12+
```
1313
int _putchar(char c);
1414
int _islower(int c);
1515
int _isalpha(int c);
@@ -30,7 +30,7 @@ char *_strchr(char *s, char c);
3030
unsigned int _strspn(char *s, char *accept);
3131
char *_strpbrk(char *s, char *accept);
3232
char *_strstr(char *haystack, char *needle);
33-
'''
33+
```
3434

3535
[holberton.h](https://github.com/Jenni-Foued/holbertonschool-low_level_programming/tree/master/0x09-static_libraries/holberton.h) contain all the prototypes of the above functions
3636

0 commit comments

Comments
 (0)