Skip to content

Commit bc5b7b3

Browse files
authored
Update README.md
1 parent b7003bd commit bc5b7b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SELECT @CMD
5858
@ConstraintsNameAppend SYSNAME = '' -- This is an optional text string to append to constraint names, in order to avoid the duplicate object name exception. This is useful when creating the new table within the same database.
5959
```
6060

61-
## Remarks:
61+
## Remarks
6262

6363
- The **source table must exist**, otherwise an exception will be raised.
6464
- The script **does not check whether the target table already exists**,
@@ -94,7 +94,7 @@ Any contribution is welcome.
9494

9595
You may view the currently opened issues at the [GitHub Issues page](https://github.com/EitanBlumin/sp_GenerateTableDDLScript/issues).
9696

97-
## Acknowledgements:
97+
## Acknowledgements
9898

9999
The script is mainly based off of the sp_ScriptTable stored procedure originally published by Tim Chapman in this URL:
100100

0 commit comments

Comments
 (0)