Skip to content

Commit ae29e5c

Browse files
authored
Update README.md
1 parent 32a588f commit ae29e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ is done on floating point numbers in the IEEE-754 standard, except that
1515
everything is in decimal format.
1616

1717
To compile:
18-
Place dfloat.c and dfloat.h in the same directory as your project
18+
Place dfloat.c and dfloat.h in the same directory as your project.
1919
Create linkable object file: gcc -c dfloat.c
20-
#include "dfloat.h" in any C files that use libdfloat
21-
Make linkable object files from your own project files
20+
#include "dfloat.h" in any C files that use libdfloat.
21+
Make linkable object files from your own project files.
2222
Run the following command: gcc -o project_name *.o
2323

2424
Be sure to credit me and include the Michael Warren FSL with any project

0 commit comments

Comments
 (0)